projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
winex11: Always update the window position without relying on the cached values.
[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 = ole32 rpcrt4 user32 gdi32 advapi32 kernel32 ntdll
9
DELAYIMPORTS = comctl32 urlmon
10
EXTRALIBS = -luuid
11
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
31
32
C_SRCS16 = \
33
ole2disp.c \
34
typelib16.c
35
36
SPEC_SRCS16 = \
37
ole2disp.spec \
38
typelib.spec
39
40
RC_SRCS = oleaut32.rc
41
42
IDL_P_SRCS = \
43
oleaut32_oaidl.idl
44
45
@MAKE_DLL_RULES@
46
47
@DEPENDENCIES@ # everything below this line is overwritten by make depend