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
opengl32: Preserve the remainder of the version string when limiting the version...
[wine.git]
/
dlls
/
jscript
/
Makefile.in
blob
3e019201eb8c7b887e91ca9093ca05b3fc43830f
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
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
31
32
RC_SRCS
=
jscript.rc
33
34
IDL_SRCS
=
\
35
jscript_classes.idl \
36
jsglobal.idl
37
38
BISON_SRCS
=
\
39
cc_parser.y \
40
parser.y