2002/08/21 21:31:13
[org.ibex.core.git] / src / org / xwt / plat / PalmOS.xml
1 <!-- Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL] -->
2
3 <project name="PalmOS" default="run" basedir=".">
4
5     <target name="build">
6         <echo message="compiling  .class -> .asm"/>
7         <java classname='Jump' fork='true' dir='bin'>
8             <classpath>
9                 <pathelement path='lib/jump.jar'/>
10                 <pathelement path='bin'/>
11             </classpath>
12             <arg value="-O0"/>
13             <arg value="-m"/>
14             <arg value="-V"/>
15             <arg value="org.xwt.plat.PalmOS"/>
16         </java>
17     </target>
18