Added a (n)curses backend to the wineconsole.
[wine/multimedia.git] / programs / wineconsole / Makefile.in
blob61d363ddf09cd296c5a275ca6da4e60d8b48c325
1 EXTRADEFS = -DUNICODE
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = wineconsole.exe
7 EXTRALIBS = @CURSESLIBS@
8 APPMODE = gui
9 IMPORTS = advapi32 kernel32 ntdll
10 DELAYIMPORTS = comctl32 user32 gdi32
12 C_SRCS = \
13 curses.c \
14 dialog.c \
15 registry.c \
16 user.c \
17 wineconsole.c
19 RC_SRCS = wineconsole_res.rc
21 @MAKE_PROG_RULES@
24 ### Dependencies: