projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
usp10: Add ScriptGetCMap functionality to translate wchars to glyphs.
[wine]
/
dlls
/
msxml3
/
Makefile.in
1
EXTRADEFS = -DCOM_NO_WINDOWS_H
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = msxml3.dll
7
IMPORTS = urlmon shlwapi oleaut32 ole32 advapi32 kernel32 ntdll
8
EXTRALIBS = -luuid $(LIBUNICODE) @XML2LIBS@ @XSLTLIBS@
9
EXTRAINCL = @XML2INCL@ @XSLTINCL@
10
11
C_SRCS = \
12
attribute.c \
13
comment.c \
14
domdoc.c \
15
element.c \
16
factory.c \
17
main.c \
18
node.c \
19
nodelist.c \
20
nodemap.c \
21
parseerror.c \
22
text.c
23
24
SUBDIRS = tests
25
26
@MAKE_DLL_RULES@
27
28
### Dependencies: