mirror of
https://github.com/reactos/wine.git
synced 2024-12-01 07:30:37 +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@
|