Assorted spelling fixes.
[wine] / dlls / oleaut32 / Makefile.in
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
11
12 C_SRCS = \
13         connpt.c \
14         dispatch.c \
15         hash.c \
16         oaidl_p.c \
17         oleaut.c \
18         olefont.c \
19         olepicture.c \
20         recinfo.c \
21         regsvr.c \
22         safearray.c \
23         stubs.c \
24         tmarshal.c \
25         typelib.c \
26         typelib2.c \
27         ungif.c \
28         usrmarshal.c \
29         varformat.c \
30         variant.c \
31         vartype.c
32
33 C_SRCS16 = \
34         ole2disp.c \
35         typelib16.c
36
37 SPEC_SRCS16 = \
38         ole2disp.spec \
39         typelib.spec
40
41 RC_SRCS = oleaut32.rc
42
43 @MAKE_DLL_RULES@
44
45 @DEPENDENCIES@  # everything below this line is overwritten by make depend