user32: Get the graphics driver name from the desktop window registry entry.
[wine.git] / dlls / oleaut32 / Makefile.in
blob7d215b757346c3ea58f0b9175b6a9278243b4cc2
1 MODULE = oleaut32.dll
2 IMPORTLIB = oleaut32
3 IMPORTS = uuid ole32 rpcrt4 user32 gdi32 advapi32
4 DELAYIMPORTS = comctl32 urlmon windowscodecs
5 EXTRADEFS = -D_OLEAUT32_ -DENTRY_PREFIX=OLEAUTPS_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL -DPROXY_CLSID=CLSID_PSFactoryBuffer
7 C_SRCS = \
8 connpt.c \
9 dispatch.c \
10 hash.c \
11 oleaut.c \
12 olefont.c \
13 olepicture.c \
14 olepropframe.c \
15 recinfo.c \
16 safearray.c \
17 tmarshal.c \
18 typelib.c \
19 usrmarshal.c \
20 varformat.c \
21 variant.c \
22 vartype.c
24 RC_SRCS = oleaut32.rc
25 PO_SRCS = oleaut32.rc
27 IDL_P_SRCS = \
28 oleaut32_oaidl.idl \
29 oleaut32_ocidl.idl
31 IDL_R_SRCS = \
32 oleaut32_oaidl.idl \
33 oleaut32_ocidl.idl
35 EXTRA_OBJS = dlldata.o
37 @MAKE_DLL_RULES@