20 lines
317 B
Makefile
20 lines
317 B
Makefile
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
|
|
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@
|