blob: 2da0c33a6e56dcbb11a258b88f51a83edd52408c [file] [log] [blame]
MODULE = vbscript.dll
IMPORTS = oleaut32
C_SRCS = \
compile.c \
error.c \
global.c \
interp.c \
lex.c \
vbdisp.c \
vbscript.c \
vbscript_main.c
BISON_SRCS = \
parser.y
RC_SRCS = vbscript.rc
IDL_H_SRCS = \
vbscript_classes.idl \
vbsglobal.idl
IDL_TLB_SRCS = vbsglobal.idl
IDL_R_SRCS = vbscript_classes.idl
@MAKE_DLL_RULES@