projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
usp10: Move the application of pair values to a helper function.
[wine]
/
dlls
/
vbscript
/
Makefile.in
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
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@