7 lines
98 B
Makefile
7 lines
98 B
Makefile
|
MODULE = conhost.exe
|
||
|
APPMODE = -mconsole -municode
|
||
|
|
||
|
C_SRCS = conhost.c
|
||
|
|
||
|
RC_SRCS = version.rc
|