Changes in crossover-wine-src-6.1.0 except for configure
[wine/hacks.git] / dlls / oleaut32 / Makefile.in
blob94c77e0101782f9494b11548ff3ab82cbd1f48cd
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 = liboleaut32.$(IMPLIBEXT)
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 oaidl_p.c \
17 ocidl_p.c \
18 oleaut.c \
19 olefont.c \
20 olepicture.c \
21 recinfo.c \
22 regsvr.c \
23 safearray.c \
24 stubs.c \
25 tmarshal.c \
26 typelib.c \
27 typelib2.c \
28 ungif.c \
29 usrmarshal.c \
30 varformat.c \
31 variant.c \
32 vartype.c
34 C_SRCS16 = \
35 ole2disp.c \
36 typelib16.c
38 SPEC_SRCS16 = \
39 ole2disp.spec \
40 typelib.spec
42 RC_SRCS = oleaut32.rc
44 @MAKE_DLL_RULES@
46 @DEPENDENCIES@ # everything below this line is overwritten by make depend