ikvm-fork/awt/awt.build

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

2002-12-18 19:00:25 +03:00
<?xml version="1.0"?>
<project name="awt" default="awt">
<target name="awt">
2005-01-07 12:34:19 +03:00
<property overwrite="false" name="signed" value="" />
<csc target="library" output="../bin/IKVM.AWT.WinForms.dll" define="TRACE;${signed}">
2002-12-18 19:00:25 +03:00
<sources>
<includes name="*.cs" />
</sources>
<references>
2004-05-27 11:12:04 +04:00
<includes name="../bin/IKVM.GNU.Classpath.dll" asis="true" />
<includes name="../bin/IKVM.Runtime.dll" asis="true" />
2005-05-26 18:47:46 +04:00
<includes name="System.Windows.Forms.dll" asis="true" />
<includes name="System.Drawing.dll" asis="true" />
2002-12-18 19:00:25 +03:00
</references>
</csc>
</target>
</project>