diff options
author | marha <marha@users.sourceforge.net> | 2011-10-05 16:47:44 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-10-05 16:47:44 +0200 |
commit | 8238de0fe0c28bd54b3e6cdd1fc94513cf21d3cc (patch) | |
tree | e9adf557b0065c0936be2a1936eaa3033144ac74 /xorg-server/makefile | |
parent | 0e5ac4a92495c162590cedb58c6f6fc1d9ba199a (diff) | |
download | vcxsrv-8238de0fe0c28bd54b3e6cdd1fc94513cf21d3cc.tar.gz vcxsrv-8238de0fe0c28bd54b3e6cdd1fc94513cf21d3cc.tar.bz2 vcxsrv-8238de0fe0c28bd54b3e6cdd1fc94513cf21d3cc.zip |
Added swrast dll based on wgl
Diffstat (limited to 'xorg-server/makefile')
-rw-r--r-- | xorg-server/makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/xorg-server/makefile b/xorg-server/makefile index 4010d07f8..2f0cb251b 100644 --- a/xorg-server/makefile +++ b/xorg-server/makefile @@ -127,7 +127,8 @@ load_makefile xkeyboard-config\makefile MAKESERVER=0 DEBUG=0 all: $(APP).exe xlaunch.exe xkbcomp.exe protocol.txt XErrorDB \ ..\libX11\nls\all fonts.src\all xkeyboard-config\all plink.exe xclock.exe xcalc.exe \ - xwininfo.exe swrast_dri_dbg.dll swrast_dri.dll dxtn.dll dxtn_dbg.dll + xwininfo.exe swrast_dri_dbg.dll swrast_dri.dll dxtn.dll dxtn_dbg.dll \ + wglglx_dri.dll wglglx_dri_dbg.dll load_makefile ..\mesalib\windows\VC8\mesa\makefile MAKESERVER=0 DEBUG=0 @@ -137,6 +138,15 @@ swrast_dri.dll: ..\mesalib\windows\VC8\mesa\Release\swrast_dri.dll swrast_dri_dbg.dll: ..\mesalib\windows\VC8\mesa\Debug\swrast_dri.dll copy $< $@ +load_makefile hw\xwin\swrastwgl_dri\makefile MAKESERVER=0 DEBUG=0 +swrastwgl_dri.dll: hw\xwin\swrastwgl_dri\obj\release\swrastwgl_dri.dll + copy $< $@ + +load_makefile hw\xwin\swrastwgl_dri\makefile MAKESERVER=0 DEBUG=1 +swrastwgl_dri_dbg.dll: hw\xwin\swrastwgl_dri\obj\debug\swrastwgl_dri.dll + copy $< $@ + + load_makefile ..\dxtn\makefile MAKESERVER=0 DEBUG=0 dxtn.dll: ..\dxtn\obj\release\dxtn.dll copy $< $@ |