diff options
author | marha <marha@users.sourceforge.net> | 2009-10-11 13:58:34 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-10-11 13:58:34 +0000 |
commit | 5d30999c0fed9919ec9c55d87d84665f79d51ca2 (patch) | |
tree | 7347490381f22a1f012c0fae0fe6d116ca0b5871 /xorg-server | |
parent | 6465e1afb26d7f01a0d4d9e735ddc955dfc6d4a8 (diff) | |
download | vcxsrv-5d30999c0fed9919ec9c55d87d84665f79d51ca2.tar.gz vcxsrv-5d30999c0fed9919ec9c55d87d84665f79d51ca2.tar.bz2 vcxsrv-5d30999c0fed9919ec9c55d87d84665f79d51ca2.zip |
Use opengl32.dll from Release directory instead of lib in installer.
Added mesa building instructions to building.txt
Diffstat (limited to 'xorg-server')
-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 efbdb8114..058b0be62 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -66,7 +66,7 @@ Section "VcXsrv (required)" File "..\XErrorDB"
File "..\hw\xwin\xlaunch\obj\release\xlaunch.exe"
File "..\..\tools\plink\obj\release\plink.exe"
- File "..\..\mesalib\lib\opengl32.dll"
+ File "..\..\mesalib\windows\VC8\mesa\Release\opengl32.dll"
File "..\..\mesalib\windows\VC8\mesa\Release\swrast_dri.dll"
SetOutPath $INSTDIR\fonts
File /r "..\fonts\*.*"
|