Sweden-Number/dlls/vbscript/Makefile.in

28 lines
374 B
Makefile
Raw Normal View History

2011-06-21 16:14:04 +02:00
MODULE = vbscript.dll
IMPORTS = oleaut32 ole32 user32
2011-06-21 16:14:04 +02:00
EXTRADLLFLAGS = -Wb,--prefer-native
2011-06-21 16:14:04 +02:00
C_SRCS = \
compile.c \
global.c \
interp.c \
lex.c \
regexp.c \
utils.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_SRCS = \
vbscript_classes.idl \
vbsglobal.idl \
vbsregexp10.idl \
vbsregexp55.idl