makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / ddrawex / Makefile.in
1 MODULE    = ddrawex.dll
2 IMPORTS   = dxguid uuid ddraw ole32 advapi32
3
4 C_SRCS = \
5         ddraw.c \
6         main.c \
7         regsvr.c \
8         surface.c
9
10 @MAKE_DLL_RULES@