Sweden-Number/dlls/vbscript/Makefile.in

33 lines
432 B
Makefile
Raw Normal View History

2011-06-21 16:14:04 +02:00
MODULE = vbscript.dll
2012-09-26 14:36:45 +02:00
IMPORTS = oleaut32 ole32 user32
2011-06-21 16:14:04 +02:00
C_SRCS = \
compile.c \
error.c \
global.c \
interp.c \
lex.c \
vbdisp.c \
2013-02-15 15:09:28 +01:00
vbregexp.c \
vbscript.c \
2011-06-21 16:14:04 +02:00
vbscript_main.c
BISON_SRCS = \
parser.y
RC_SRCS = vbscript.rc
IDL_H_SRCS = \
vbscript_classes.idl \
2013-02-15 15:09:28 +01:00
vbsglobal.idl \
vbsregexp55.idl
IDL_TLB_SRCS = \
vbsglobal.idl \
vbsregexp10.idl \
vbsregexp55.idl
IDL_R_SRCS = vbscript_classes.idl
2011-06-21 16:14:04 +02:00
@MAKE_DLL_RULES@