makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / programs / sc / Makefile.in
1 MODULE    = sc.exe
2 APPMODE   = -mconsole -municode
3 IMPORTS   = advapi32
4 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
5
6 C_SRCS = sc.c
7
8 @MAKE_PROG_RULES@