msxml3: Support xml:lang attribute in IXMLElement::getAttribute().
[wine/hacks.git] / dlls / jscript / Makefile.in
blobb22e15d5f0ee22eb079d791cd02fbe0d3a88dae4
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = jscript.dll
6 IMPORTS = oleaut32 ole32 user32 advapi32 kernel32
8 RC_SRCS = \
9 jscript_Da.rc \
10 jscript_De.rc \
11 jscript_En.rc \
12 jscript_Es.rc \
13 jscript_Fr.rc \
14 jscript_It.rc \
15 jscript_Ko.rc \
16 jscript_Lt.rc \
17 jscript_Nl.rc \
18 jscript_Pl.rc \
19 jscript_Pt.rc \
20 jscript_Ro.rc \
21 jscript_Ru.rc \
22 jscript_Si.rc \
23 rsrc.rc
25 C_SRCS = \
26 activex.c \
27 array.c \
28 bool.c \
29 date.c \
30 dispex.c \
31 engine.c \
32 error.c \
33 function.c \
34 global.c \
35 jscript.c \
36 jscript_main.c \
37 jsutils.c \
38 lex.c \
39 math.c \
40 number.c \
41 object.c \
42 regexp.c \
43 string.c
45 IDL_TLB_SRCS = jsglobal.idl
47 BISON_SRCS = \
48 parser.y
50 @MAKE_DLL_RULES@