mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
22 lines
341 B
Makefile
22 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
|