wine-wine/programs/wineconsole/Makefile.in

24 lines
374 B
Makefile

EXTRADEFS = -DUNICODE
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = wineconsole.exe
APPMODE = -mwindows
IMPORTS = advapi32 kernel32 ntdll
DELAYIMPORTS = comctl32 user32 gdi32
C_SRCS = \
curses.c \
dialog.c \
registry.c \
user.c \
wineconsole.c
RC_SRCS = wineconsole_res.rc
@MAKE_PROG_RULES@
### Dependencies: