vbscript: Added beginning lexer implementation.
[wine] / dlls / vbscript / Makefile.in
1 MODULE    = vbscript.dll
2
3 C_SRCS = \
4         lex.c \
5         vbdisp.c \
6         vbscript.c \
7         vbscript_main.c
8
9 BISON_SRCS = \
10         parser.y
11
12 RC_SRCS = vbscript.rc
13
14 IDL_H_SRCS = vbscript_classes.idl
15 IDL_R_SRCS = vbscript_classes.idl
16
17 @MAKE_DLL_RULES@