This commit is contained in:
jfrijters 2004-05-05 07:33:24 +00:00
Родитель c4ed641bc7
Коммит 0f7fd0f241
3 изменённых файлов: 14 добавлений и 1 удалений

12
THANKYOU Normal file
Просмотреть файл

@ -0,0 +1,12 @@
The following people have made contributions (in any way shape or form) to the IKVM.NET project.
Stuart Ballard
Miguel de Icaza
Chris Laffra
Alan Macek
Jonathan Pierce
Brian Sletten
Zoltan Varga
Mark Wielaard
And, of course, all GNU Classpath and Mono developers.

Просмотреть файл

@ -24,6 +24,7 @@
<includes name="bin/ik.vm.net.dll" />
<includes name="bin/ikvm.exe" />
<includes name="bin/ikvmc.exe" />
<includes name="bin/Mono.IKVM.JNI.dll" />
<includes name="bin/netexp.exe" />
<includes name="bin/OpenSystem.Java.dll" />
</fileset>

Просмотреть файл

@ -9,7 +9,7 @@
<includes name="../bin/classpath.dll" asis="true" />
<includes name="../bin/ik.vm.net.dll" asis="true" />
<includes name="../bin/OpenSystem.Java.dll" asis="true" />
<includes name="../bin/SharpZipLib.dll" asis="true" />
<includes name="../bin/ICSharpCode.SharpZipLib.dll" asis="true" />
</references>
</csc>
</target>