- Changed return code for failure on *_DllGetClassObject to
[wine/gsoc_dplay.git] / if1632 / Makefile.in
blob6016c9a86f67fba0ebda5cc3d11a91bc67797956
1 DEFS = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = if1632
8 SPEC_SRCS = \
9 comm.spec \
10 ddeml.spec \
11 dispdib.spec \
12 display.spec \
13 gdi.spec \
14 kernel.spec \
15 keyboard.spec \
16 mmsystem.spec \
17 mouse.spec \
18 ole2conv.spec \
19 ole2nls.spec \
20 ole2prox.spec \
21 ole2thk.spec \
22 system.spec \
23 toolhelp.spec \
24 user.spec \
25 wineps.spec \
26 winsock.spec \
27 wprocs.spec
29 C_SRCS = \
30 builtin.c \
31 dummy.c \
32 relay.c \
33 snoop.c \
34 thunk.c
36 GEN_ASM_SRCS = \
37 call16.s
39 GLUE = thunk.c
41 all: $(MODULE).o
43 @MAKE_RULES@
45 call16.s: $(BUILD)
46 $(BUILD) @BUILDFLAGS@ -o $@ -call16
48 ### Dependencies: