projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Moved all the content of the DDK files ntdef.h and ntddk.h to
[wine]
/
dlls
/
oleaut32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = oleaut32.dll
6
IMPORTS = ole32 user32 gdi32 advapi32 kernel32
7
DELAYIMPORTS = comctl32
8
ALTNAMES = ole2disp.dll typelib.dll
9
EXTRALIBS = $(LIBUNICODE) $(LIBUUID) @JPEGLIB@
10
11
LDDLLFLAGS = @LDDLLFLAGS@
12
SYMBOLFILE = $(MODULE).tmp.o
13
14
C_SRCS = \
15
connpt.c \
16
dispatch.c \
17
hash.c \
18
ole2disp.c \
19
oleaut.c \
20
olefont.c \
21
olepicture.c \
22
parsedt.c \
23
safearray.c \
24
stubs.c \
25
tmarshal.c \
26
typelib.c \
27
variant.c
28
29
RC_SRCS = version.rc
30
31
SUBDIRS = tests
32
33
@MAKE_DLL_RULES@
34
35
### Dependencies: