Update of DEVELOPERS-HINTS to reflect the current state of Wine.
[wine/multimedia.git] / win32 / Makefile.in
bloba14de1718288e6afd3fed57de5ca2a88e9f1ba29
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 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: