projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Use only one .res file.
[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
IMPORTS = ole32 rpcrt4 user32 gdi32 advapi32 kernel32 ntdll
8
DELAYIMPORTS = comctl32
9
EXTRALIBS = $(LIBUNICODE) -luuid
10
11
C_SRCS = \
12
connpt.c \
13
dispatch.c \
14
hash.c \
15
oaidl_p.c \
16
oleaut.c \
17
olefont.c \
18
olepicture.c \
19
regsvr.c \
20
safearray.c \
21
stubs.c \
22
tmarshal.c \
23
typelib.c \
24
typelib2.c \
25
usrmarshal.c \
26
varformat.c \
27
variant.c \
28
vartype.c
29
30
C_SRCS16 = \
31
ole2disp.c \
32
typelib16.c
33
34
SPEC_SRCS16 = \
35
ole2disp.spec \
36
typelib.spec
37
38
RC_SRCS = oleaut32.rc
39
40
SUBDIRS = tests
41
42
@MAKE_DLL_RULES@
43
44
### Dependencies: