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
ddraw: Use a less offensive handle table implementation for surfaces.
[wine.git]
/
dlls
/
jscript
/
Makefile.in
blob
c9bd85c21386517a404054b1b07198c5f48afeae
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
jscript.dll
6
IMPORTS
=
oleaut32 ole32 user32 advapi32
7
8
RC_SRCS
=
\
9
jscript_Da.rc \
10
jscript_De.rc \
11
jscript_En.rc \
12
jscript_Es.rc \
13
jscript_Fr.rc \
14
jscript_Hu.rc \
15
jscript_It.rc \
16
jscript_Ja.rc \
17
jscript_Ko.rc \
18
jscript_Lt.rc \
19
jscript_Nl.rc \
20
jscript_No.rc \
21
jscript_Pl.rc \
22
jscript_Pt.rc \
23
jscript_Ro.rc \
24
jscript_Ru.rc \
25
jscript_Si.rc \
26
jscript_Uk.rc \
27
rsrc.rc
28
29
C_SRCS
=
\
30
activex.c \
31
array.c \
32
bool.c \
33
date.c \
34
dispex.c \
35
engine.c \
36
error.c \
37
function.c \
38
global.c \
39
jscript.c \
40
jscript_main.c \
41
jsutils.c \
42
lex
.c \
43
math.c \
44
number.c \
45
object.c \
46
regexp.c \
47
string.c
48
49
IDL_TLB_SRCS
=
jsglobal.idl
50
51
BISON_SRCS
=
\
52
parser.y
53
54
@MAKE_DLL_RULES@