projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
jscript: Always use jsval-based to_boolean.
[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
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
jsutils.c \
19
lex.c \
20
math.c \
21
number.c \
22
object.c \
23
regexp.c \
24
string.c \
25
vbarray.c
26
27
RC_SRCS = jscript.rc
28
PO_SRCS = jscript.rc
29
30
IDL_TLB_SRCS = jsglobal.idl
31
IDL_R_SRCS = jscript_classes.idl
32
IDL_H_SRCS = jscript_classes.idl
33
34
BISON_SRCS = \
35
parser.y
36
37
@MAKE_DLL_RULES@