ikvm-fork/ikvm/ikvm.build

18 строки
682 B
Plaintext
Исходник Обычный вид История

2002-12-18 19:00:25 +03:00
<?xml version="1.0"?>
<project name="ikvm" default="ikvm">
<target name="ikvm">
2005-01-07 12:34:19 +03:00
<property overwrite="false" name="signed" value="" />
<csc target="exe" output="../bin/ikvm.exe" define="TRACE;${signed}">
2002-12-18 19:00:25 +03:00
<sources>
<include name="../CommonAssemblyInfo.cs" />
2005-12-07 12:06:32 +03:00
<include name="*.cs" />
2002-12-18 19:00:25 +03:00
</sources>
<references>
<include name="../bin/IKVM.OpenJDK.Core.dll" asis="true" />
<include name="../bin/IKVM.OpenJDK.Util.dll" asis="true" />
2005-12-07 12:06:32 +03:00
<include name="../bin/IKVM.Runtime.dll" asis="true" />
2002-12-18 19:00:25 +03:00
</references>
</csc>
</target>
</project>