wine/dlls/vbscript/Makefile.in

23 lines
341 B
Makefile
Raw Normal View History

2011-06-21 14:14:04 +00:00
MODULE = vbscript.dll
IMPORTS = oleaut32 ole32 user32
2011-06-21 14:14:04 +00:00
EXTRADLLFLAGS = -Wb,--prefer-native
SOURCES = \
compile.c \
global.c \
interp.c \
lex.c \
parser.y \
regexp.c \
utils.c \
vbdisp.c \
2013-02-15 14:09:28 +00:00
vbregexp.c \
vbscript.c \
vbscript.rc \
vbscript_classes.idl \
vbscript_main.c \
vbsglobal.idl \
vbsregexp10.idl \
vbsregexp55.idl