mirror of
https://github.com/reactos/wine.git
synced 2025-01-29 16:04:09 +00:00
11 lines
167 B
Makefile
11 lines
167 B
Makefile
MODULE = taskkill.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = psapi user32
|
|
|
|
C_SRCS = taskkill.c
|
|
|
|
RC_SRCS = taskkill.rc
|
|
PO_SRCS = taskkill.rc
|
|
|
|
@MAKE_PROG_RULES@
|