projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
jscript: Add French translation.
[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_En.rc \
10
jscript_Fr.rc \
11
rsrc.rc
12
13
C_SRCS = \
14
array.c \
15
bool.c \
16
date.c \
17
dispex.c \
18
engine.c \
19
error.c \
20
function.c \
21
global.c \
22
jscript.c \
23
jscript_main.c \
24
jsutils.c \
25
lex.c \
26
math.c \
27
number.c \
28
object.c \
29
regexp.c \
30
string.c
31
32
IDL_TLB_SRCS = jsglobal.idl
33
34
BISON_SRCS = \
35
parser.y
36
37
@MAKE_DLL_RULES@
38
39
parser.tab.c: parser.tab.h # for parallel makes
40
41
@DEPENDENCIES@ # everything below this line is overwritten by make depend
42
43
lex.o: parser.tab.h