1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
wine/dlls/vbscript/Makefile.in

23 lines
341 B
Makefile

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