mirror of
https://github.com/reactos/wine.git
synced 2025-01-23 20:34:39 +00:00
7 lines
100 B
Makefile
7 lines
100 B
Makefile
MODULE = tasklist.exe
|
|
APPMODE = -mconsole -municode
|
|
|
|
C_SRCS = tasklist.c
|
|
|
|
RC_SRCS = version.rc
|