Check, Radio & 3State buttons send WM_CTLCOLORSTATIC instead of
[wine/wine-kai.git] / win32 / Makefile.in
blob890c2e745aff1dffca82bfd32b6aae4cbb0bac84
1 DEFS = @DLLFLAGS@ -D__WINE__ -DBINDIR="\"$(bindir)\""
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = win32
8 C_SRCS = \
9 console.c \
10 device.c \
11 editline.c \
12 except.c \
13 file.c \
14 init.c \
15 kernel32.c \
16 newfns.c \
17 time.c
19 all: $(MODULE).o
21 @MAKE_RULES@
23 $(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
24 $(LDCOMBINE) $(OBJS) -o $@
26 ### Dependencies: