vbscript: Added interp_lt implementation.
[wine/multimedia.git] / dlls / vbscript / Makefile.in
blobbfc07b57a5affbe36e516cf6183a16b47781fca6
1 MODULE = vbscript.dll
2 IMPORTS = oleaut32
4 C_SRCS = \
5 compile.c \
6 interp.c \
7 lex.c \
8 vbdisp.c \
9 vbscript.c \
10 vbscript_main.c
12 BISON_SRCS = \
13 parser.y
15 RC_SRCS = vbscript.rc
17 IDL_TLB_SRCS = vbsglobal.idl
18 IDL_H_SRCS = vbscript_classes.idl
19 IDL_R_SRCS = vbscript_classes.idl
21 @MAKE_DLL_RULES@