mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
19 lines
280 B
Makefile
19 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@
|