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@
|