vbscript: Added IMatchCollection2::_NewEnum implementation.
[wine] / dlls / vbscript / Makefile.in
1 MODULE    = vbscript.dll
2 IMPORTS   = oleaut32 ole32 user32
3
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
15
16 BISON_SRCS = \
17         parser.y
18
19 RC_SRCS = vbscript.rc
20
21 IDL_H_SRCS = \
22         vbscript_classes.idl \
23         vbsglobal.idl \
24         vbsregexp55.idl
25
26 IDL_TLB_SRCS = \
27         vbsglobal.idl \
28         vbsregexp10.idl \
29         vbsregexp55.idl
30
31 IDL_R_SRCS = vbscript_classes.idl
32
33 @MAKE_DLL_RULES@