Yuval Fledel : winetest: Only include d3d9 if it is being built.
Module: wine Branch: refs/heads/master Commit: d00fe021d3add8a207f8881ccc007454d02c3494 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=d00fe021d3add8a207f8881c... Author: Yuval Fledel <yuvalfl(a)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) \
participants (1)
-
Alexandre Julliard