projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Blame ExpandEnvironmentStringsA for the failing NT4 test.
[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 = liboleaut32.$(IMPLIBEXT)
8
IMPORTS = ole32 rpcrt4 user32 gdi32 advapi32 kernel32 ntdll
9
DELAYIMPORTS = comctl32 urlmon
10
EXTRALIBS = $(LIBUNICODE) -luuid
11
12
C_SRCS = \
13
connpt.c \
14
dispatch.c \
15
hash.c \
16
oaidl_p.c \
17
oleaut.c \
18
olefont.c \
19
olepicture.c \
20
recinfo.c \
21
regsvr.c \
22
safearray.c \
23
stubs.c \
24
tmarshal.c \
25
typelib.c \
26
typelib2.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
SUBDIRS = tests
43
44
@MAKE_DLL_RULES@
45
46
### Dependencies: