aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/installer
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-10-11 13:58:34 +0000
committermarha <marha@users.sourceforge.net>2009-10-11 13:58:34 +0000
commit5d30999c0fed9919ec9c55d87d84665f79d51ca2 (patch)
tree7347490381f22a1f012c0fae0fe6d116ca0b5871 /xorg-server/installer
parent6465e1afb26d7f01a0d4d9e735ddc955dfc6d4a8 (diff)
downloadvcxsrv-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/installer')
-rw-r--r--xorg-server/installer/vcxsrv.nsi2
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\*.*"