Sweden-Number/dlls/vbscript/Makefile.in

29 lines
407 B
Makefile

EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = vbscript.dll
IMPORTS = oleaut32 ole32 user32
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
compile.c \
global.c \
interp.c \
lex.c \
regexp.c \
utils.c \
vbdisp.c \
vbregexp.c \
vbscript.c \
vbscript_main.c
BISON_SRCS = \
parser.y
RC_SRCS = vbscript.rc
IDL_SRCS = \
vbscript_classes.idl \
vbsglobal.idl \
vbsregexp10.idl \
vbsregexp55.idl