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