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