wine/programs/wineconsole/Makefile.in
Alexandre Julliard d5f316bf0a makefiles: Disable binary installation in the individual makefiles on Wow64.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-22 14:16:33 +01:00

18 lines
300 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
INSTALL_LIB = wineconsole.exe $(wine64_disable)wineconsole