push ab8f8bd6525a0f7af95fd0a2a63931cd3569f61f
[wine/hacks.git] / dlls / jscript / Makefile.in
blobee3f7e56ed4972dcca17f7671d3c99891515e6e3
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 array.c \
12 bool.c \
13 dispex.c \
14 engine.c \
15 function.c \
16 global.c \
17 jscript.c \
18 jscript_main.c \
19 jsutils.c \
20 lex.c \
21 math.c \
22 number.c \
23 object.c \
24 regexp.c \
25 string.c
27 IDL_TLB_SRCS = jsglobal.idl
29 BISON_SRCS = \
30 parser.y
32 @MAKE_DLL_RULES@
34 @DEPENDENCIES@ # everything below this line is overwritten by make depend