Delay import of user32 to allow debugging crashes in user init code.
[wine/multimedia.git] / console / Makefile.in
blob77399288e4d2c8e9ba8537cebed3115343da747b
1 DEFS = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = console
8 C_SRCS = \
9 generic.c \
10 interface.c \
11 ncurses.c \
12 tty.c \
13 xterm.c
15 all: $(MODULE).o
17 @MAKE_RULES@
19 $(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
20 $(LDCOMBINE) $(OBJS) -o $@
22 ### Dependencies: