mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 03:08:42 +00:00
18 lines
280 B
Makefile
18 lines
280 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
|
|
PO_SRCS = wineconsole.rc
|
|
|
|
MANPAGE = wineconsole.man
|
|
|
|
@MAKE_PROG_RULES@
|