2003/02/25 21:37:13
[org.ibex.core.git] / src / org / xwt / plat / Linux.xml
diff --git a/src/org/xwt/plat/Linux.xml b/src/org/xwt/plat/Linux.xml
deleted file mode 100644 (file)
index c8f61db..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<!-- Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL] -->
-
-<project name="Linux" default="build">
-
-    <target name="build">
-        <property name="gcc-target" value=""/>
-        <property name="linkflags" value="-L${gcc-path}/lib -L/usr/X11R6/lib -lX11 -lXext --static"/>
-        <property name="binaryname" value="xwt"/>
-        <property name="ccfiles" value="org/xwt/plat/X11.cc,org/xwt/plat/POSIX.cc"/>
-        <property name="javafiles" value="org/xwt/plat/X11.java,org/xwt/plat/POSIX.java"/>
-        <ant target="build" antfile="src/org/xwt/plat/GCJ.xml"/>
-    </target>
-                                                                         
-    <target name="run">
-        <echo message='launching xwt.linux'/>
-        <bash> bin-Linux/xwt.linux </bash>
-    </target>
-
-</project>