aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/makefile
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-12-15 20:47:16 +0000
committermarha <marha@users.sourceforge.net>2009-12-15 20:47:16 +0000
commit21a4e26f75e0bcd0559a6bd8fc76600a51f76bfb (patch)
tree221c8af9c50c250bcd5cf42897374cda727e40fe /xorg-server/makefile
parentc915fe74ff1b1d02f7506a187bc9b588f5c21f97 (diff)
downloadvcxsrv-21a4e26f75e0bcd0559a6bd8fc76600a51f76bfb.tar.gz
vcxsrv-21a4e26f75e0bcd0559a6bd8fc76600a51f76bfb.tar.bz2
vcxsrv-21a4e26f75e0bcd0559a6bd8fc76600a51f76bfb.zip
Debug version of vcxsrv should use debug version of swrast_dri.dll and vice versa
Diffstat (limited to 'xorg-server/makefile')
-rw-r--r--xorg-server/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/xorg-server/makefile b/xorg-server/makefile
index c9b9e7e62..cdd9927a8 100644
--- a/xorg-server/makefile
+++ b/xorg-server/makefile
@@ -125,13 +125,16 @@ 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 swrast_dri.dll
+ xwininfo.exe swrast_dri.dll swrast_dri_dbg.dll
load_makefile ..\mesalib\windows\VC8\mesa\makefile MAKESERVER=0 DEBUG=0
swrast_dri.dll: ..\mesalib\windows\VC8\mesa\Release\swrast_dri.dll
copy $< $@
+swrast_dri_dbg.dll: ..\mesalib\windows\VC8\mesa\Debug\swrast_dri.dll
+ copy $< $@
+
mesaopengl32.dll: ..\mesalib\lib\mesaopengl32.dll
copy $< $@