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
d3d10: Return the read value from read_dword().
[wine.git]
/
dlls
/
vbscript
/
Makefile.in
blob
96e4e0affb972161f81bd00c38a3487dcbdb7e8e
1
EXTRADEFS
= -
DWINE_NO_LONG_TYPES
2
MODULE
=
vbscript.dll
3
IMPORTS
=
oleaut32 ole32 user32
4
5
EXTRADLLFLAGS
= -
Wb
,--
prefer-native
6
7
C_SRCS
=
\
8
compile.c \
9
global.c \
10
interp.c \
11
lex
.c \
12
regexp.c \
13
utils.c \
14
vbdisp.c \
15
vbregexp.c \
16
vbscript.c \
17
vbscript_main.c
18
19
BISON_SRCS
=
\
20
parser.y
21
22
RC_SRCS
=
vbscript.rc
23
24
IDL_SRCS
=
\
25
vbscript_classes.idl \
26
vbsglobal.idl \
27
vbsregexp10.idl \
28
vbsregexp55.idl