jscript: Added parser.
[wine/testsucceed.git] / dlls / jscript / Makefile.in
blobffe3ad9f0563a0afed1ca142272f3819b8d83fc5
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = jscript.dll
6 IMPORTS = kernel32
8 RC_SRCS = rsrc.rc
10 C_SRCS = \
11 dispex.c \
12 engine.c \
13 jscript.c \
14 jscript_main.c
16 IDL_TLB_SRCS = jsglobal.idl
18 BISON_SRCS = \
19 parser.y
21 @MAKE_DLL_RULES@
23 @DEPENDENCIES@ # everything below this line is overwritten by make depend