2002/06/23 21:35:39
[org.ibex.core.git] / src / org / xwt / plat / Linux.xml
index 21db5fc..1bb1630 100644 (file)
@@ -5,7 +5,7 @@
     <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="binaryname" value="xwt"/>
         <property name="subplat" value="POSIX"/>
         <ant target="build" antfile="src/org/xwt/plat/GCJ.xml"/>
     </target>
@@ -15,7 +15,4 @@
         <bash> bin-Linux/xwt.linux </bash>
     </target>
 
-    <target name="dist">
-    </target>
-
 </project>