d3d10core: Implement d3d10_device_VSSetShaderResources().
[wine/multimedia.git] / dlls / vbscript / Makefile.in
blob5ad0600416e5ccf89c0035464db587c4c19973a4
1 MODULE = vbscript.dll
2 IMPORTS = oleaut32 ole32 user32
4 C_SRCS = \
5 compile.c \
6 global.c \
7 interp.c \
8 lex.c \
9 regexp.c \
10 vbdisp.c \
11 vbregexp.c \
12 vbscript.c \
13 vbscript_main.c
15 BISON_SRCS = \
16 parser.y
18 RC_SRCS = vbscript.rc
20 IDL_SRCS = \
21 vbscript_classes.idl \
22 vbsglobal.idl \
23 vbsregexp10.idl \
24 vbsregexp55.idl