msvcp90: Return last index in string::find_last_not_of_cstr_substr if input is empty.
[wine.git] / dlls / vbscript / Makefile.in
blob5bc66cf5d21e35de2aa70c749bf1612ea131a172
1 MODULE = vbscript.dll
2 IMPORTS = oleaut32 ole32 user32
4 C_SRCS = \
5 compile.c \
6 error.c \
7 global.c \
8 interp.c \
9 lex.c \
10 regexp.c \
11 vbdisp.c \
12 vbregexp.c \
13 vbscript.c \
14 vbscript_main.c
16 BISON_SRCS = \
17 parser.y
19 RC_SRCS = vbscript.rc
21 IDL_H_SRCS = \
22 vbscript_classes.idl \
23 vbsglobal.idl \
24 vbsregexp55.idl
26 IDL_TLB_SRCS = \
27 vbsglobal.idl \
28 vbsregexp10.idl \
29 vbsregexp55.idl
31 IDL_R_SRCS = vbscript_classes.idl
33 @MAKE_DLL_RULES@