Makefile.in 167 Bytes
Newer Older
1 2
MODULE    = taskkill.exe
APPMODE   = -mconsole -municode
3
IMPORTS   = psapi user32
4 5 6

C_SRCS = taskkill.c

7 8
RC_SRCS = taskkill.rc
PO_SRCS = taskkill.rc
9

10
@MAKE_PROG_RULES@