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