wine/programs/wineconsole/Makefile.in
Alexandre Julliard d84de4ca00 makefiles: Support specifying installed files in the top-level makefile.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-27 14:48:04 +01:00

16 lines
240 B
Makefile

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