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