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