blob: 67ec4c8816a9430c8e470da328eef34dd33e1a7c [file] [log] [blame]
MODULE = jscript.dll
IMPORTS = oleaut32 ole32 user32 advapi32
C_SRCS = \
activex.c \
array.c \
bool.c \
compile.c \
date.c \
decode.c \
dispex.c \
engine.c \
error.c \
function.c \
global.c \
jscript.c \
jscript_main.c \
jsregexp.c \
jsstr.c \
jsutils.c \
lex.c \
math.c \
number.c \
object.c \
regexp.c \
string.c \
vbarray.c
RC_SRCS = jscript.rc
IDL_SRCS = \
jscript_classes.idl \
jsglobal.idl
BISON_SRCS = \
cc_parser.y \
parser.y