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