mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 19:18:42 +00:00
e137997399
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
7 lines
120 B
Makefile
7 lines
120 B
Makefile
MODULE = taskkill.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = user32
|
|
|
|
C_SRCS = taskkill.c
|
|
|
|
RC_SRCS = taskkill.rc
|