2002/05/28 18:30:30
[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
new file mode 100644 (file)
index 0000000..21db5fc
--- /dev/null
@@ -0,0 +1,21 @@
+<!-- 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/usr/X11R6/lib -lX11 -lXext --static"/>
+        <property name="binaryname" value="xwt.linux"/>
+        <property name="subplat" value="POSIX"/>
+        <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>
+
+    <target name="dist">
+    </target>
+
+</project>