notepad: Fix the position of the Encoding combobox.
[wine/multimedia.git] / dlls / oleaut32 / Makefile.in
blobca64fc90f0ffcbd4481c79b56579e442ba9e0c36
1 MODULE = oleaut32.dll
2 IMPORTLIB = oleaut32
3 IMPORTS = uuid ole32 rpcrt4 user32 gdi32 advapi32
4 DELAYIMPORTS = comctl32 urlmon windowscodecs
5 EXTRADEFS = -D_OLEAUT32_ -DCOM_NO_WINDOWS_H \
6 -DENTRY_PREFIX=OLEAUTPS_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL -DPROXY_CLSID=CLSID_PSFactoryBuffer
8 C_SRCS = \
9 connpt.c \
10 dispatch.c \
11 hash.c \
12 oleaut.c \
13 olefont.c \
14 olepicture.c \
15 olepropframe.c \
16 recinfo.c \
17 safearray.c \
18 tmarshal.c \
19 typelib.c \
20 typelib2.c \
21 usrmarshal.c \
22 varformat.c \
23 variant.c \
24 vartype.c
26 RC_SRCS = oleaut32.rc
27 PO_SRCS = oleaut32.rc
29 IDL_P_SRCS = \
30 oleaut32_oaidl.idl \
31 oleaut32_ocidl.idl
33 IDL_R_SRCS = \
34 oleaut32_oaidl.idl \
35 oleaut32_ocidl.idl
37 EXTRA_OBJS = dlldata.o
39 @MAKE_DLL_RULES@