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