repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
appwiz.cpl: Only offer to download an addon if its installer is missing.
[wine/multimedia.git]
/
dlls
/
vbscript
/
Makefile.in
blob
e4765a0d518014904558fc8be9900b78fe8a4b10
1
MODULE
=
vbscript.dll
2
IMPORTS
=
oleaut32 ole32
3
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
13
14
BISON_SRCS
=
\
15
parser.y
16
17
RC_SRCS
=
vbscript.rc
18
19
IDL_H_SRCS
=
\
20
vbscript_classes.idl \
21
vbsglobal.idl
22
23
IDL_TLB_SRCS
=
vbsglobal.idl
24
25
IDL_R_SRCS
=
vbscript_classes.idl
26
27
@MAKE_DLL_RULES@