wine/dlls/vbscript/Makefile.in
Eric Pouech d92d623d32 vbscript: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-21 12:32:07 +01:00

28 lines
374 B
Makefile

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