makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / msxml3 / Makefile.in
1 EXTRADEFS = -DCOM_NO_WINDOWS_H
2 MODULE    = msxml3.dll
3 IMPORTS   = uuid urlmon shlwapi oleaut32 ole32 user32 advapi32
4 EXTRALIBS = @XML2LIBS@
5 EXTRAINCL = @XML2INCL@ @XSLTINCL@
6
7 C_SRCS = \
8         attribute.c \
9         bsc.c \
10         cdata.c \
11         comment.c \
12         dispex.c \
13         docfrag.c \
14         domdoc.c \
15         domimpl.c \
16         element.c \
17         entityref.c \
18         factory.c \
19         httprequest.c \
20         main.c \
21         node.c \
22         nodelist.c \
23         nodemap.c \
24         parseerror.c \
25         pi.c \
26         queryresult.c \
27         regsvr.c \
28         saxreader.c \
29         schema.c \
30         text.c \
31         uuid.c \
32         xmldoc.c \
33         xmlelem.c
34
35 RC_SRCS = version.rc
36
37 IDL_TLB_SRCS = msxml3_v1.idl
38
39 @MAKE_DLL_RULES@