blob: 5bc66cf5d21e35de2aa70c749bf1612ea131a172 [file] [log] [blame]
MODULE = vbscript.dll
IMPORTS = oleaut32 ole32 user32
C_SRCS = \
compile.c \
error.c \
global.c \
interp.c \
lex.c \
regexp.c \
vbdisp.c \
vbregexp.c \
vbscript.c \
vbscript_main.c
BISON_SRCS = \
parser.y
RC_SRCS = vbscript.rc
IDL_H_SRCS = \
vbscript_classes.idl \
vbsglobal.idl \
vbsregexp55.idl
IDL_TLB_SRCS = \
vbsglobal.idl \
vbsregexp10.idl \
vbsregexp55.idl
IDL_R_SRCS = vbscript_classes.idl
@MAKE_DLL_RULES@