wine/programs/wineconsole/Makefile.in
Jacek Caban 05628e169d wineconsole: Remove curses backend.
Default conhost Unix console handling should cover its use cases.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-09-22 21:35:35 +02:00

15 lines
228 B
Makefile

MODULE = wineconsole.exe
APPMODE = -mwindows
IMPORTS = advapi32
DELAYIMPORTS = comctl32 user32 gdi32
C_SRCS = \
dialog.c \
registry.c \
user.c \
wineconsole.c
RC_SRCS = wineconsole.rc
MANPAGES = wineconsole.man.in