ntdll: Rename local variables in heap_reallocate.
[wine.git] / dlls / jscript / Makefile.in
blob3e019201eb8c7b887e91ca9093ca05b3fc43830f
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 enumerator.c \
14 error.c \
15 function.c \
16 global.c \
17 jscript.c \
18 jscript_main.c \
19 json.c \
20 jsregexp.c \
21 jsstr.c \
22 jsutils.c \
23 lex.c \
24 math.c \
25 number.c \
26 object.c \
27 regexp.c \
28 set.c \
29 string.c \
30 vbarray.c
32 RC_SRCS = jscript.rc
34 IDL_SRCS = \
35 jscript_classes.idl \
36 jsglobal.idl
38 BISON_SRCS = \
39 cc_parser.y \
40 parser.y