We must include windef.h before wtypes.h (directly or indirectly).
[wine.git] / misc / Makefile.in
blob84eaf586b21df9f7cb4fc5d69a427f3401f4677e
1 sysconfdir = @sysconfdir@
2 DEFS = @DLLFLAGS@ -D__WINE__ -DETCDIR="\"$(sysconfdir)\""
3 TOPSRCDIR = @top_srcdir@
4 TOPOBJDIR = ..
5 SRCDIR = @srcdir@
6 VPATH = @srcdir@
7 MODULE = misc
9 C_SRCS = \
10 cdrom.c \
11 cpu.c \
12 error.c \
13 ext_debugger.c \
14 lstr.c \
15 main.c \
16 options.c \
17 registry.c \
18 system.c \
19 tweak.c \
20 version.c \
21 wsprintf.c
23 all: $(MODULE).o
25 @MAKE_RULES@
27 $(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
28 $(LDCOMBINE) $(OBJS) -o $@
30 ### Dependencies: