mirror of
https://github.com/reactos/wine.git
synced 2024-12-12 13:56:38 +00:00
7 lines
98 B
Makefile
7 lines
98 B
Makefile
MODULE = conhost.exe
|
|
APPMODE = -mconsole -municode
|
|
|
|
C_SRCS = conhost.c
|
|
|
|
RC_SRCS = version.rc
|