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