2002/06/23 21:35:39
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:48:25 +0000 (06:48 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:48:25 +0000 (06:48 +0000)
darcs-hash:20040130064825-2ba56-b021160f9f99c9191427f9ff99179b3ec0fc45f7.gz

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>