repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[runtime] Remove extraneous fi in docs build printing
[mono-project.git]
/
msvc
/
Makefile.am
blob
e54aeff8d7e5a6415207d5a307bd2abb9f28b756
1
2
VCXPROJS = $(wildcard *.vcxproj)
3
4
EXTRA_DIST = \
5
$(VCXPROJS) \
6
README \
7
create-windef.pl \
8
mono.def \
9
mono.props \
10
mono.sln \
11
monoposixhelper.def \
12
runmdesc.bat \
13
winsetup.bat
14
15
update-def:
16
perl create-windef.pl mono.def ../mono/mini/.libs/libmonoboehm-2.0.so mono-2.0.dll
17
perl create-windef.pl monosgen.def ../mono/mini/.libs/libmonosgen-2.0.so monosgen-2.0.dll