jscript: Added call expression implementation.
[wine/wine64.git] / dlls / jscript / Makefile.in
blobac64b7f0b1831ee4cab6a29e9b78bf57ca97b44c
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = jscript.dll
6 IMPORTS = oleaut32 kernel32
8 RC_SRCS = rsrc.rc
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
19 IDL_TLB_SRCS = jsglobal.idl
21 BISON_SRCS = \
22 parser.y
24 @MAKE_DLL_RULES@
26 @DEPENDENCIES@ # everything below this line is overwritten by make depend