1bb16303da6e50c559701e484432ef884c32b58c
[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/usr/X11R6/lib -lX11 -lXext --static"/>
8         <property name="binaryname" value="xwt"/>
9         <property name="subplat" value="POSIX"/>
10         <ant target="build" antfile="src/org/xwt/plat/GCJ.xml"/>
11     </target>
12                                                                          
13     <target name="run">
14         <echo message='launching xwt.linux'/>
15         <bash> bin-Linux/xwt.linux </bash>
16     </target>
17
18 </project>