mirror of
https://github.com/reactos/wine.git
synced 2024-12-05 10:17:57 +00:00
8 lines
126 B
Makefile
8 lines
126 B
Makefile
MODULE = taskkill.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = psapi user32
|
|
|
|
C_SRCS = taskkill.c
|
|
|
|
RC_SRCS = taskkill.rc
|