projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
hlink/tests: Comment out a test for an uninitialized return value.
[wine]
/
dlls
/
jscript
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = jscript.dll
6
IMPORTS = oleaut32 ole32 user32 advapi32 kernel32
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_It.rc \
15
jscript_Ko.rc \
16
jscript_Lt.rc \
17
jscript_Nl.rc \
18
jscript_Pl.rc \
19
jscript_Pt.rc \
20
jscript_Ro.rc \
21
jscript_Ru.rc \
22
jscript_Si.rc \
23
rsrc.rc
24
25
C_SRCS = \
26
activex.c \
27
array.c \
28
bool.c \
29
date.c \
30
dispex.c \
31
engine.c \
32
error.c \
33
function.c \
34
global.c \
35
jscript.c \
36
jscript_main.c \
37
jsutils.c \
38
lex.c \
39
math.c \
40
number.c \
41
object.c \
42
regexp.c \
43
string.c
44
45
IDL_TLB_SRCS = jsglobal.idl
46
47
BISON_SRCS = \
48
parser.y
49
50
@MAKE_DLL_RULES@