projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
vbscript: Moved VBScript declaration to vbscript.c.
[wine]
/
dlls
/
vbscript
/
Makefile.in
1
MODULE = vbscript.dll
2
3
C_SRCS = \
4
vbscript.c \
5
vbscript_main.c
6
7
RC_SRCS = vbscript.rc
8
9
IDL_H_SRCS = vbscript_classes.idl
10
IDL_R_SRCS = vbscript_classes.idl
11
12
@MAKE_DLL_RULES@