Fixed a couple of races with exiting threads in suspend_for_ptrace().
[wine/gsoc_dplay.git] / dlls / oleaut32 / Makefile.in
blob6bd85d378cfe73cb5fb063f703dbd0444f5dcb86
1 EXTRADEFS = -D_OLEAUT32_ -DCOM_NO_WINDOWS_H
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = oleaut32.dll
7 IMPORTS = ole32 rpcrt4 user32 gdi32 advapi32 kernel32 ntdll
8 DELAYIMPORTS = comctl32
9 ALTNAMES = ole2disp.dll typelib.dll
10 EXTRALIBS = $(LIBUNICODE) $(LIBUUID) @GIFLIB@ @JPEGLIB@
12 LDDLLFLAGS = @LDDLLFLAGS@
13 SYMBOLFILE = $(MODULE).tmp.o
15 SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)
17 C_SRCS = \
18 connpt.c \
19 dispatch.c \
20 hash.c \
21 oaidl_p.c \
22 oleaut.c \
23 olefont.c \
24 olepicture.c \
25 parsedt.c \
26 safearray.c \
27 stubs.c \
28 tmarshal.c \
29 typelib.c \
30 usrmarshal.c \
31 variant.c
33 C_SRCS16 = \
34 ole2disp.c \
35 typelib16.c
37 RC_SRCS = version.rc
39 SUBDIRS = tests
41 @MAKE_DLL_RULES@
43 ### Dependencies: