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