wine/dlls/vbscript/Makefile.in
Alexandre Julliard 96be0cfaab vbscript: Use --prefer-native instead of DLL_WINE_PREATTACH.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-02-26 11:40:42 +01:00

28 lines
386 B
Makefile

MODULE = vbscript.dll
IMPORTS = oleaut32 ole32 user32
EXTRADLLFLAGS = -mno-cygwin -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