diff options
author | marha <marha@users.sourceforge.net> | 2009-11-23 15:23:16 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-23 15:23:16 +0000 |
commit | 699ed6596b3b351dbbd88c1c2ef00eb07af9c1ee (patch) | |
tree | fc332f4b5adc964e2f5a7a3b69db8c96204f046a /xorg-server/makefile | |
parent | 29556eae54fc97f382b8d690dfc3a47a742800dc (diff) | |
download | vcxsrv-699ed6596b3b351dbbd88c1c2ef00eb07af9c1ee.tar.gz vcxsrv-699ed6596b3b351dbbd88c1c2ef00eb07af9c1ee.tar.bz2 vcxsrv-699ed6596b3b351dbbd88c1c2ef00eb07af9c1ee.zip |
- Solved problems when running opengl with indirect rendering (export LIBGL_ALWAYS_INDIRECT=1)
- removed mesaopengl32.dll (not needed anymore)
Diffstat (limited to 'xorg-server/makefile')
-rw-r--r-- | xorg-server/makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xorg-server/makefile b/xorg-server/makefile index 61f94c3a9..c9b9e7e62 100644 --- a/xorg-server/makefile +++ b/xorg-server/makefile @@ -125,9 +125,11 @@ load_makefile xkbdata.src\makefile MAKESERVER=0 DEBUG=0 all: $(APP).exe xlaunch.exe xkbcomp.exe protocol.txt XKeysymDB XErrorDB \ ..\libX11\nls\all fonts.src\all xkbdata.src\all plink.exe xclock.exe xcalc.exe \ - xwininfo.exe mesaopengl32.dll swrast_dri.dll + xwininfo.exe swrast_dri.dll -swrast_dri.dll: ..\mesalib\lib\swrast_dri.dll + +load_makefile ..\mesalib\windows\VC8\mesa\makefile MAKESERVER=0 DEBUG=0 +swrast_dri.dll: ..\mesalib\windows\VC8\mesa\Release\swrast_dri.dll copy $< $@ mesaopengl32.dll: ..\mesalib\lib\mesaopengl32.dll |