repo.or.cz
/
wine
/
zf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mfmediaengine: Set "ended" state when session presentation ends.
[wine/zf.git]
/
dlls
/
jscript
/
Makefile.in
blob
f2ab32438235e2c155d9cbfc1e024e375bcd6e17
1
MODULE
=
jscript.dll
2
IMPORTS
=
oleaut32 ole32 user32 advapi32
3
4
EXTRADLLFLAGS
= -
mno-cygwin
5
6
C_SRCS
=
\
7
activex.c \
8
array.c \
9
bool.c \
10
compile.c \
11
date.c \
12
decode.c \
13
dispex.c \
14
engine.c \
15
enumerator.c \
16
error.c \
17
function.c \
18
global.c \
19
jscript.c \
20
jscript_main.c \
21
json.c \
22
jsregexp.c \
23
jsstr.c \
24
jsutils.c \
25
lex
.c \
26
math.c \
27
number.c \
28
object.c \
29
regexp.c \
30
string.c \
31
vbarray.c
32
33
RC_SRCS
=
jscript.rc
34
35
IDL_SRCS
=
\
36
jscript_classes.idl \
37
jsglobal.idl
38
39
BISON_SRCS
=
\
40
cc_parser.y \
41
parser.y