Makefile.in 546 Bytes
Newer Older
1
MODULE    = oleaut32.dll
2
IMPORTLIB = oleaut32
3
IMPORTS   = uuid ole32 rpcrt4 user32 gdi32 advapi32
4
DELAYIMPORTS = comctl32 urlmon windowscodecs
5

6
C_SRCS = \
7
	connpt.c \
8
	dispatch.c \
9
	hash.c \
10 11
	oleaut.c \
	olefont.c \
12
	olepicture.c \
13
	olepropframe.c \
14
	recinfo.c \
15 16
	safearray.c \
	typelib.c \
17
	usrmarshal.c \
18
	varformat.c \
19 20
	variant.c \
	vartype.c
21

22
RC_SRCS = oleaut32.rc
23

24
IDL_SRCS = \
25 26
	oleaut32_oaidl.idl \
	oleaut32_ocidl.idl
27 28

dlldata_EXTRADEFS = -DENTRY_PREFIX=OLEAUTPS_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL -DPROXY_CLSID=CLSID_PSFactoryBuffer