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