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