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
scrrun: Add Scripting.Dictionary interface.
[wine.git]
/
dlls
/
scrrun
/
Makefile.in
blob
d8d71b2677368adbd2d02d63bd2f4f38c3209672
1
MODULE
=
scrrun.dll
2
IMPORTS
=
uuid oleaut32
3
4
C_SRCS
=
\
5
dictionary.c \
6
filesystem.c \
7
scrrun.c
8
9
RC_SRCS
=
scrrun.rc
10
11
IDL_TLB_SRCS
=
scrrun.idl
12
13
IDL_H_SRCS
=
scrrun.idl
14
15
@MAKE_DLL_RULES@