projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
winhttp: Add the remaining completion notifications.
[wine]
/
dlls
/
oleaut32
/
Makefile.in
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
IMPORTLIB = oleaut32
8
IMPORTS = uuid ole32 rpcrt4 user32 gdi32 advapi32 kernel32 ntdll
9
DELAYIMPORTS = comctl32 urlmon
10
11
C_SRCS = \
12
connpt.c \
13
dispatch.c \
14
hash.c \
15
oleaut.c \
16
olefont.c \
17
olepicture.c \
18
recinfo.c \
19
regsvr.c \
20
safearray.c \
21
stubs.c \
22
tmarshal.c \
23
typelib.c \
24
typelib2.c \
25
ungif.c \
26
usrmarshal.c \
27
varformat.c \
28
variant.c \
29
vartype.c
30
31
C_SRCS16 = \
32
ole2disp.c \
33
typelib16.c
34
35
SPEC_SRCS16 = \
36
ole2disp.spec \
37
typelib.spec
38
39
RC_SRCS = oleaut32.rc
40
41
IDL_P_SRCS = \
42
oleaut32_oaidl.idl \
43
oleaut32_ocidl.idl
44
45
@MAKE_DLL_RULES@
46
47
@DEPENDENCIES@ # everything below this line is overwritten by make depend