Translated new common dialog resources into German.
[wine/hacks.git] / win32 / Makefile.in
blob42c69a40cb3d50f7a266100e0b4b8bf242a00fe8
1 DEFS = @DLLFLAGS@ -D__WINE__
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 except.c \
12 file.c \
13 init.c \
14 kernel32.c \
15 newfns.c \
16 time.c
18 all: $(MODULE).o
20 @MAKE_RULES@
22 $(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
23 $(LDCOMBINE) $(OBJS) -o $@
25 ### Dependencies: