user32/tests: Fix a couple of dimension checks on W2k3 and Vista.
[wine/multimedia.git] / dlls / oleaut32 / Makefile.in
blobcbc1ca12403aeb142027cecf1c818d97d0ba65e9
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = oleaut32.dll
6 IMPORTLIB = oleaut32
7 IMPORTS = uuid ole32 rpcrt4 user32 gdi32 advapi32 kernel32 ntdll
8 DELAYIMPORTS = comctl32 urlmon
9 EXTRADEFS = -D_OLEAUT32_ -DCOM_NO_WINDOWS_H \
10 -DENTRY_PREFIX=OLEAUTPS_ -DPROXY_CLSID=CLSID_PSDispatch -DPROXY_DELEGATION -DREGISTER_PROXY_DLL
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 RC_SRCS = oleaut32.rc
34 IDL_P_SRCS = \
35 oleaut32_oaidl.idl \
36 oleaut32_ocidl.idl
38 EXTRA_OBJS = dlldata.o
40 @MAKE_DLL_RULES@
42 @DEPENDENCIES@ # everything below this line is overwritten by make depend