makefiles: Disable use of Unicode macros globally for all the programs.
[wine] / programs / winepath / Makefile.in
1 MODULE    = winepath.exe
2 APPMODE   = -mconsole -municode
3
4 C_SRCS = winepath.c
5
6 MANPAGE = winepath.man
7
8 @MAKE_PROG_RULES@