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