mirror of
https://github.com/reactos/wine.git
synced 2025-02-19 12:21:46 +00:00
12 lines
204 B
Makefile
12 lines
204 B
Makefile
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
|
|
MODULE = taskkill.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = psapi user32
|
|
|
|
C_SRCS = taskkill.c
|
|
|
|
RC_SRCS = taskkill.rc
|
|
PO_SRCS = taskkill.rc
|
|
|
|
@MAKE_PROG_RULES@
|