usp10: Fall back to 'dflt' language if shaping language tag isn't found.
[wine.git] / dlls / jscript / Makefile.in
blob34ed193742aec0bbb0b6edfefe95e29a0aa96846
1 MODULE = jscript.dll
2 IMPORTS = oleaut32 ole32 user32 advapi32
4 C_SRCS = \
5 activex.c \
6 array.c \
7 bool.c \
8 compile.c \
9 date.c \
10 decode.c \
11 dispex.c \
12 engine.c \
13 error.c \
14 function.c \
15 global.c \
16 jscript.c \
17 jscript_main.c \
18 json.c \
19 jsregexp.c \
20 jsstr.c \
21 jsutils.c \
22 lex.c \
23 math.c \
24 number.c \
25 object.c \
26 regexp.c \
27 string.c \
28 vbarray.c
30 RC_SRCS = jscript.rc
32 IDL_SRCS = \
33 jscript_classes.idl \
34 jsglobal.idl
36 BISON_SRCS = \
37 cc_parser.y \
38 parser.y