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