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