msxml3: Accept S_FALSE as a valid callback result when msxml6 is used.
[wine] / dlls / d3dx9_36 / tests / Makefile.in
index 9b88280..fe4e587 100644 (file)
@@ -1,19 +1,17 @@
-TOPSRCDIR = @top_srcdir@
-TOPOBJDIR = ../../..
-SRCDIR    = @srcdir@
-VPATH     = @srcdir@
 TESTDLL   = d3dx9_36.dll
-IMPORTS   = d3dx9 d3d9 user32 gdi32 kernel32
+IMPORTS   = d3dx9 d3d9 user32 gdi32
 
-CTESTS = \
+C_SRCS = \
+       asm.c \
        core.c \
+       effect.c \
+       line.c \
        math.c \
        mesh.c \
        shader.c \
+       surface.c \
        texture.c
 
 RC_SRCS = rsrc.rc
 
 @MAKE_TEST_RULES@
-
-@DEPENDENCIES@  # everything below this line is overwritten by make depend