msi: Downgrade a few messages to WARN.
[wine.git] / dlls / oleaut32 / Makefile.in
blob6a8f821acf8a84412ce00299dee898a9f6d4a859
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 IMPORTLIB = oleaut32
8 IMPORTS = ole32 rpcrt4 user32 gdi32 advapi32 kernel32 ntdll
9 DELAYIMPORTS = comctl32 urlmon
10 EXTRALIBS = -luuid
12 C_SRCS = \
13 connpt.c \
14 dispatch.c \
15 hash.c \
16 oleaut.c \
17 olefont.c \
18 olepicture.c \
19 recinfo.c \
20 regsvr.c \
21 safearray.c \
22 stubs.c \
23 tmarshal.c \
24 typelib.c \
25 typelib2.c \
26 ungif.c \
27 usrmarshal.c \
28 varformat.c \
29 variant.c \
30 vartype.c
32 C_SRCS16 = \
33 ole2disp.c \
34 typelib16.c
36 SPEC_SRCS16 = \
37 ole2disp.spec \
38 typelib.spec
40 RC_SRCS = oleaut32.rc
42 IDL_P_SRCS = \
43 oleaut32_oaidl.idl
45 @MAKE_DLL_RULES@
47 @DEPENDENCIES@ # everything below this line is overwritten by make depend