diff options
author | marha <marha@users.sourceforge.net> | 2009-12-17 17:02:40 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-12-17 17:02:40 +0000 |
commit | 32c1bb2874f4abff925ae9b0878fc1ee7ef6bba6 (patch) | |
tree | 5735105b5145eacc5aa8817bf0b87de5320ea11d /xorg-server/installer/vcxsrv.nsi | |
parent | 1772aa9a9c51332dee3cb942c2d69125ac9a67dc (diff) | |
download | vcxsrv-32c1bb2874f4abff925ae9b0878fc1ee7ef6bba6.tar.gz vcxsrv-32c1bb2874f4abff925ae9b0878fc1ee7ef6bba6.tar.bz2 vcxsrv-32c1bb2874f4abff925ae9b0878fc1ee7ef6bba6.zip |
Wrong path for dll
Diffstat (limited to 'xorg-server/installer/vcxsrv.nsi')
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index b6f388ca6..c2c2b7ac1 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -86,7 +86,7 @@ Section "VcXsrv (required)" File "..\hw\xwin\xlaunch\obj\release\xlaunch.exe"
File "..\..\tools\plink\obj\release\plink.exe"
File "..\..\mesalib\windows\VC8\mesa\Release\swrast_dri.dll"
- File "..\..\mesalib\windows\VC8\mesa\Release\swrast_dri_dbg.dll"
+ File "..\..\mesalib\windows\VC8\mesa\Debug\swrast_dri_dbg.dll"
SetOutPath $INSTDIR\fonts
File /r "..\fonts\*.*"
SetOutPath $INSTDIR\xkbdata
|