repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cmd/tests: Make sure for /f doesn't loop infinitely on NULs.
[wine.git]
/
dlls
/
vbscript
/
Makefile.in
blob
a6a0569cc0368d1773dbe10f6f9720cffbaf41bd
1
MODULE
=
vbscript.dll
2
IMPORTS
=
oleaut32 ole32 user32
3
4
EXTRADLLFLAGS
= -
Wb
,--
prefer-native
5
6
C_SRCS
=
\
7
compile.c \
8
global.c \
9
interp.c \
10
lex
.c \
11
regexp.c \
12
utils.c \
13
vbdisp.c \
14
vbregexp.c \
15
vbscript.c \
16
vbscript_main.c
17
18
BISON_SRCS
=
\
19
parser.y
20
21
RC_SRCS
=
vbscript.rc
22
23
IDL_SRCS
=
\
24
vbscript_classes.idl \
25
vbsglobal.idl \
26
vbsregexp10.idl \
27
vbsregexp55.idl