projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
jscript: Always use bytecode for with statement.
[wine]
/
dlls
/
jscript
/
Makefile.in
1
MODULE = jscript.dll
2
IMPORTS = oleaut32 ole32 user32 advapi32
3
4
C_SRCS = \
5
activex.c \
6
array.c \
7
bool.c \
8
compile.c \
9
date.c \
10
dispex.c \
11
engine.c \
12
error.c \
13
function.c \
14
global.c \
15
jscript.c \
16
jscript_main.c \
17
jsutils.c \
18
lex.c \
19
math.c \
20
number.c \
21
object.c \
22
regexp.c \
23
string.c \
24
vbarray.c
25
26
RC_SRCS = jscript.rc
27
PO_SRCS = jscript.rc
28
29
IDL_TLB_SRCS = jsglobal.idl
30
IDL_R_SRCS = jscript_classes.idl
31
IDL_H_SRCS = jscript_classes.idl
32
33
BISON_SRCS = \
34
parser.y
35
36
@MAKE_DLL_RULES@