projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Release 1.5.29.
[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
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
PO_SRCS = jscript.rc
31
32
IDL_TLB_SRCS = jsglobal.idl
33
IDL_R_SRCS = jscript_classes.idl
34
IDL_H_SRCS = jscript_classes.idl
35
36
BISON_SRCS = \
37
parser.y
38
39
@MAKE_DLL_RULES@