urlmon: Use ifaces instead of vtbl pointers in GopherProtocol.
[wine] / dlls / dinput / tests / Makefile.in
index 9a8281a..6fb3180 100644 (file)
@@ -1,17 +1,10 @@
-TOPSRCDIR = @top_srcdir@
-TOPOBJDIR = ../../..
-SRCDIR    = @srcdir@
-VPATH     = @srcdir@
 TESTDLL   = dinput.dll
-IMPORTS   = dinput ole32 version user32 kernel32
-EXTRALIBS = -ldxguid -luuid -ldxerr8
-EXTRADEFS = -DWINE_NO_LONG_AS_INT
+IMPORTS   = dinput ole32 version user32
 
-CTESTS = \
+C_SRCS = \
+       device.c \
        joystick.c \
        keyboard.c \
        mouse.c
 
 @MAKE_TEST_RULES@
-
-@DEPENDENCIES@  # everything below this line is overwritten by make depend