makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / mscoree / Makefile.in
1 MODULE    = mscoree.dll
2 IMPORTS   = uuid shell32 advapi32
3
4 C_SRCS = \
5         corruntimehost.c \
6         mscoree_main.c
7
8 @MAKE_DLL_RULES@