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
msvcr110: Add _W_Gettnames implementation.
[wine.git]
/
dlls
/
jscript
/
Makefile.in
blob
67ec4c8816a9430c8e470da328eef34dd33e1a7c
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
jsregexp.c \
19
jsstr.c \
20
jsutils.c \
21
lex
.c \
22
math.c \
23
number.c \
24
object.c \
25
regexp.c \
26
string.c \
27
vbarray.c
28
29
RC_SRCS
=
jscript.rc
30
31
IDL_SRCS
=
\
32
jscript_classes.idl \
33
jsglobal.idl
34
35
BISON_SRCS
=
\
36
cc_parser.y \
37
parser.y