makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / propsys / Makefile.in
1 MODULE    = propsys.dll
2 IMPORTLIB = propsys
3
4 C_SRCS = \
5         propsys_main.c \
6         propvar.c
7
8 @MAKE_DLL_RULES@