2002-05-21 21:42:29 +02:00
|
|
|
MODULE = wineconsole.exe
|
2004-03-02 22:00:00 +01:00
|
|
|
APPMODE = -mwindows
|
2010-07-21 13:18:52 +02:00
|
|
|
IMPORTS = advapi32
|
2002-12-14 00:37:06 +01:00
|
|
|
DELAYIMPORTS = comctl32 user32 gdi32
|
2001-11-24 00:04:58 +01:00
|
|
|
|
|
|
|
C_SRCS = \
|
2002-12-14 00:37:06 +01:00
|
|
|
curses.c \
|
2001-11-24 00:04:58 +01:00
|
|
|
dialog.c \
|
2001-12-04 21:46:54 +01:00
|
|
|
registry.c \
|
2001-11-24 00:04:58 +01:00
|
|
|
user.c \
|
2001-12-04 21:46:54 +01:00
|
|
|
wineconsole.c
|
2001-11-24 00:04:58 +01:00
|
|
|
|
2011-11-02 14:28:22 +01:00
|
|
|
RC_SRCS = wineconsole.rc
|
2011-01-10 13:42:09 +01:00
|
|
|
|
2013-11-18 11:34:03 +01:00
|
|
|
MANPAGES = wineconsole.man.in
|
2015-10-30 06:15:45 +01:00
|
|
|
|
2018-02-22 14:15:08 +01:00
|
|
|
INSTALL_LIB = wineconsole.exe $(wine64_disable)wineconsole
|