diff options
author | marha <marha@users.sourceforge.net> | 2009-12-17 17:04:59 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-12-17 17:04:59 +0000 |
commit | d842f9ef1c88a7aad04a78613548fc0f0638ac48 (patch) | |
tree | 8b12c3b2319ea836be7593cc74e2690cdca91c9b | |
parent | 32c1bb2874f4abff925ae9b0878fc1ee7ef6bba6 (diff) | |
download | vcxsrv-d842f9ef1c88a7aad04a78613548fc0f0638ac48.tar.gz vcxsrv-d842f9ef1c88a7aad04a78613548fc0f0638ac48.tar.bz2 vcxsrv-d842f9ef1c88a7aad04a78613548fc0f0638ac48.zip |
Wrong paths for dlls1.7.99.4
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index c2c2b7ac1..014636a67 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -85,8 +85,8 @@ Section "VcXsrv (required)" File "..\XErrorDB"
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\Debug\swrast_dri_dbg.dll"
+ File "..\swrast_dri.dll"
+ File "..\swrast_dri_dbg.dll"
SetOutPath $INSTDIR\fonts
File /r "..\fonts\*.*"
SetOutPath $INSTDIR\xkbdata
|