makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / ddrawex / tests / Makefile.in
1 TESTDLL   = ddrawex.dll
2 IMPORTS   = user32 gdi32
3
4 C_SRCS = \
5         ddrawex.c \
6         surface.c
7
8 @MAKE_TEST_RULES@