repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
usp10: Free default_language items when freeing script cache.
[wine.git]
/
dlls
/
jscript
/
Makefile.in
blob
27377f4113eb9ea3ed261c550a6eeb8c764939ac
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
jsstr.c \
19
jsutils.c \
20
lex
.c \
21
math.c \
22
number.c \
23
object.c \
24
regexp.c \
25
string.c \
26
vbarray.c
27
28
RC_SRCS
=
jscript.rc
29
PO_SRCS
=
jscript.rc
30
31
IDL_TLB_SRCS
=
jsglobal.idl
32
IDL_R_SRCS
=
jscript_classes.idl
33
IDL_H_SRCS
=
jscript_classes.idl
34
35
BISON_SRCS
=
\
36
parser.y
37
38
@MAKE_DLL_RULES@