repo.or.cz
/
wine
/
testsucceed.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 1.6-rc2.
[wine/testsucceed.git]
/
dlls
/
vbscript
/
Makefile.in
blob
5bc66cf5d21e35de2aa70c749bf1612ea131a172
1
MODULE
=
vbscript.dll
2
IMPORTS
=
oleaut32 ole32 user32
3
4
C_SRCS
=
\
5
compile.c \
6
error.c \
7
global.c \
8
interp.c \
9
lex
.c \
10
regexp.c \
11
vbdisp.c \
12
vbregexp.c \
13
vbscript.c \
14
vbscript_main.c
15
16
BISON_SRCS
=
\
17
parser.y
18
19
RC_SRCS
=
vbscript.rc
20
21
IDL_H_SRCS
=
\
22
vbscript_classes.idl \
23
vbsglobal.idl \
24
vbsregexp55.idl
25
26
IDL_TLB_SRCS
=
\
27
vbsglobal.idl \
28
vbsregexp10.idl \
29
vbsregexp55.idl
30
31
IDL_R_SRCS
=
vbscript_classes.idl
32
33
@MAKE_DLL_RULES@