projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
jscript: Added function object stub 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
function.c \
14
global.c \
15
jscript.c \
16
jscript_main.c \
17
jsutils.c \
18
lex.c
19
20
IDL_TLB_SRCS = jsglobal.idl
21
22
BISON_SRCS = \
23
parser.y
24
25
@MAKE_DLL_RULES@
26
27
@DEPENDENCIES@ # everything below this line is overwritten by make depend