push 16813bf814fcb5d03ddef80ecfd11fc0f25812b5
[wine/hacks.git] / dlls / jscript / Makefile.in
blob095659b7176cad04b7d6dba5f00d5bc7154662a7
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 jscript.c \
14 jscript_main.c \
15 jsutils.c \
16 lex.c
18 IDL_TLB_SRCS = jsglobal.idl
20 BISON_SRCS = \
21 parser.y
23 @MAKE_DLL_RULES@
25 @DEPENDENCIES@ # everything below this line is overwritten by make depend