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