blob: 5daef2472869eb392a9cb5514c563735e68e44a9 [file] [log] [blame]
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = jscript.dll
IMPORTS = oleaut32 ole32 user32 advapi32 kernel32
RC_SRCS = \
jscript_Da.rc \
jscript_De.rc \
jscript_En.rc \
jscript_Es.rc \
jscript_Fr.rc \
jscript_Hu.rc \
jscript_It.rc \
jscript_Ja.rc \
jscript_Ko.rc \
jscript_Lt.rc \
jscript_Nl.rc \
jscript_No.rc \
jscript_Pl.rc \
jscript_Pt.rc \
jscript_Ro.rc \
jscript_Ru.rc \
jscript_Si.rc \
jscript_Sv.rc \
jscript_Uk.rc \
rsrc.rc
C_SRCS = \
activex.c \
array.c \
bool.c \
date.c \
dispex.c \
engine.c \
error.c \
function.c \
global.c \
jscript.c \
jscript_main.c \
jsutils.c \
lex.c \
math.c \
number.c \
object.c \
regexp.c \
string.c
IDL_TLB_SRCS = jsglobal.idl
BISON_SRCS = \
parser.y
@MAKE_DLL_RULES@