projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
jscript: Add some Dutch translations.
[wine]
/
dlls
/
jscript
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = jscript.dll
6
IMPORTS = oleaut32 user32 advapi32 kernel32
7
8
RC_SRCS = \
9
jscript_De.rc \
10
jscript_En.rc \
11
jscript_Fr.rc \
12
jscript_Lt.rc \
13
jscript_Nl.rc \
14
jscript_Pt.rc \
15
rsrc.rc
16
17
C_SRCS = \
18
array.c \
19
bool.c \
20
date.c \
21
dispex.c \
22
engine.c \
23
error.c \
24
function.c \
25
global.c \
26
jscript.c \
27
jscript_main.c \
28
jsutils.c \
29
lex.c \
30
math.c \
31
number.c \
32
object.c \
33
regexp.c \
34
string.c
35
36
IDL_TLB_SRCS = jsglobal.idl
37
38
BISON_SRCS = \
39
parser.y
40
41
@MAKE_DLL_RULES@
42
43
parser.tab.c: parser.tab.h # for parallel makes
44
45
@DEPENDENCIES@ # everything below this line is overwritten by make depend
46
47
lex.o: parser.tab.h