mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 15:17:59 +00:00
d84de4ca00
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
15 lines
240 B
Makefile
15 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
|