aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/makefile
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-12-25 19:24:30 +0000
committermarha <marha@users.sourceforge.net>2010-12-25 19:24:30 +0000
commited68168a717efb0fb561039dcf6e9037f1478b82 (patch)
treecfa5bd1f7c711ccae771dd19a6b5cd294052c19c /xorg-server/makefile
parenta2739af4846f64b875acba066b89e7a61fc6c04c (diff)
parentc2c3ce5abd338cb6345780cb86c30ca9f34a6562 (diff)
downloadvcxsrv-ed68168a717efb0fb561039dcf6e9037f1478b82.tar.gz
vcxsrv-ed68168a717efb0fb561039dcf6e9037f1478b82.tar.bz2
vcxsrv-ed68168a717efb0fb561039dcf6e9037f1478b82.zip
Added compilation of dxtxn.dll
Diffstat (limited to 'xorg-server/makefile')
-rw-r--r--xorg-server/makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/xorg-server/makefile b/xorg-server/makefile
index f9163d953..2b474eb1b 100644
--- a/xorg-server/makefile
+++ b/xorg-server/makefile
@@ -123,7 +123,7 @@ 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.dll swrast_dri_dbg.dll
+ xwininfo.exe swrast_dri.dll swrast_dri_dbg.dll dxtn.dll dxtn_dbg.dll
load_makefile ..\mesalib\windows\VC8\mesa\makefile MAKESERVER=0 DEBUG=0
@@ -133,6 +133,14 @@ 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 ..\dxtn\makefile MAKESERVER=0 DEBUG=0
+dxtn.dll: ..\dxtn\obj\release\dxtn.dll
+ copy $< $@
+
+load_makefile ..\dxtn\makefile MAKESERVER=0 DEBUG=1
+dxtn_dbg.dll: ..\dxtn\obj\debug\dxtn.dll
+ copy $< $@
+
mesaopengl32.dll: ..\mesalib\lib\mesaopengl32.dll
copy $< $@