makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / ddraw / tests / Makefile.in
1 TESTDLL   = ddraw.dll
2 IMPORTS   = ddraw user32 gdi32
3
4 C_SRCS = \
5         d3d.c \
6         ddrawmodes.c \
7         dsurface.c \
8         overlay.c \
9         refcount.c \
10         visual.c
11
12 @MAKE_TEST_RULES@