- Pass infoPtr around in month calendar control.
[wine/gsoc_dplay.git] / dlls / oleaut32 / Makefile.in
blob428c9e85356f5976dd00bd62d99f65650ef2953f
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 EXTRALIBS = $(LIBUNICODE) -luuid
11 C_SRCS = \
12 connpt.c \
13 dispatch.c \
14 hash.c \
15 oaidl_p.c \
16 oleaut.c \
17 olefont.c \
18 olepicture.c \
19 regsvr.c \
20 safearray.c \
21 stubs.c \
22 tmarshal.c \
23 typelib.c \
24 typelib2.c \
25 usrmarshal.c \
26 varformat.c \
27 variant.c \
28 vartype.c
30 C_SRCS16 = \
31 ole2disp.c \
32 typelib16.c
34 SPEC_SRCS16 = \
35 ole2disp.spec \
36 typelib.spec
38 RC_SRCS = oleaut32.rc
40 SUBDIRS = tests
42 @MAKE_DLL_RULES@
44 ### Dependencies: