2003/02/15 11:43:08
[org.ibex.core.git] / src / org / xwt / plat / Linux.xml
1 <!-- Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL] -->
2
3 <project name="Linux" default="build">
4
5     <target name="build">
6         <property name="gcc-target" value=""/>
7         <property name="linkflags" value="-L${gcc-path}/lib -L/usr/X11R6/lib -lX11 -lXext --static"/>
8         <property name="binaryname" value="xwt"/>
9         <property name="ccfiles" value="org/xwt/plat/X11.cc,org/xwt/plat/POSIX.cc"/>
10         <property name="javafiles" value="org/xwt/plat/X11.java,org/xwt/plat/POSIX.java"/>
11         <ant target="build" antfile="src/org/xwt/plat/GCJ.xml"/>
12     </target>
13                                                                          
14     <target name="run">
15         <echo message='launching xwt.linux'/>
16         <bash> bin-Linux/xwt.linux </bash>
17     </target>
18
19 </project>