gdi32: Avoid redundant computation of the gradient bounding rectangle.
[wine/multimedia.git] / dlls / vbscript / Makefile.in
blobe4765a0d518014904558fc8be9900b78fe8a4b10
1 MODULE = vbscript.dll
2 IMPORTS = oleaut32 ole32
4 C_SRCS = \
5 compile.c \
6 error.c \
7 global.c \
8 interp.c \
9 lex.c \
10 vbdisp.c \
11 vbscript.c \
12 vbscript_main.c
14 BISON_SRCS = \
15 parser.y
17 RC_SRCS = vbscript.rc
19 IDL_H_SRCS = \
20 vbscript_classes.idl \
21 vbsglobal.idl
23 IDL_TLB_SRCS = vbsglobal.idl
25 IDL_R_SRCS = vbscript_classes.idl
27 @MAKE_DLL_RULES@