projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
jscript: Added expression statement implementation.
[wine]
/
dlls
/
jscript
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = jscript.dll
6
IMPORTS = oleaut32 kernel32
7
8
RC_SRCS = rsrc.rc
9
10
C_SRCS = \
11
dispex.c \
12
engine.c \
13
jscript.c \
14
jscript_main.c \
15
jsutils.c \
16
lex.c
17
18
IDL_TLB_SRCS = jsglobal.idl
19
20
BISON_SRCS = \
21
parser.y
22
23
@MAKE_DLL_RULES@
24
25
@DEPENDENCIES@ # everything below this line is overwritten by make depend