makefiles: Disable use of Unicode macros globally for all the programs.
[wine] / programs / taskkill / Makefile.in
1 MODULE    = taskkill.exe
2 APPMODE   = -mconsole -municode
3 IMPORTS   = psapi user32
4
5 C_SRCS = taskkill.c
6
7 RC_SRCS = taskkill.rc
8 PO_SRCS = taskkill.rc
9
10 @MAKE_PROG_RULES@