Yuval Fledel : winetest: Only include d3d9 if it is being built.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Dec 26 11:47:13 CST 2005


Module: wine
Branch: refs/heads/master
Commit: d00fe021d3add8a207f8881ccc007454d02c3494
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=d00fe021d3add8a207f8881ccc007454d02c3494

Author: Yuval Fledel <yuvalfl at gmail.com>
Date:   Mon Dec 26 13:37:57 2005 +0100

winetest: Only include d3d9 if it is being built.

---

 programs/winetest/Makefile.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/programs/winetest/Makefile.in b/programs/winetest/Makefile.in
index 4208b94..79c1766 100644
--- a/programs/winetest/Makefile.in
+++ b/programs/winetest/Makefile.in
@@ -19,14 +19,15 @@ RC_BINSRC = winetest.rc
 RC_BINARIES = wine.ico 
 
 XFILES = ddraw_test.exe$(DLLEXT)
+OPENGLFILES = d3d9_test.exe$(DLLEXT)
 
 TESTBINS = \
+	@OPENGLFILES@ \
 	@XFILES@ \
 	advpack_test.exe$(DLLEXT) \
 	advapi32_test.exe$(DLLEXT) \
 	comctl32_test.exe$(DLLEXT) \
 	crypt32_test.exe$(DLLEXT) \
-	d3d9_test.exe$(DLLEXT) \
 	dinput_test.exe$(DLLEXT) \
 	dsound_test.exe$(DLLEXT) \
 	gdi32_test.exe$(DLLEXT) \




More information about the wine-cvs mailing list