ikvm-fork/awt/awt.build

33 строки
1.5 KiB
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>
<include name="../CommonAssemblyInfo.cs" />
<include name="AssemblyInfo.cs" />
<include name="converter.cs" />
<include name="fonts-0.95.cs" />
<include name="graphics.cs" />
<include name="images.cs" />
<include name="printing.cs" />
<include name="robot.cs" />
<include name="toolkit-0.95.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.Text.dll" asis="true" />
<include name="../bin/IKVM.OpenJDK.SwingAWT.dll" asis="true" />
<include name="../bin/IKVM.OpenJDK.Misc.dll" asis="true" />
2005-12-07 12:06:32 +03:00
<include name="../bin/IKVM.Runtime.dll" asis="true" />
<include name="System.Windows.Forms.dll" asis="true" />
<include name="System.Drawing.dll" asis="true" />
2002-12-18 19:00:25 +03:00
</references>
<nowarn>
<!-- disable warnings about obsolete members (because the peer API has lots of those) -->
<warning number="612" />
</nowarn>
2002-12-18 19:00:25 +03:00
</csc>
</target>
</project>