2002/04/28 02:06:27
[org.ibex.core.git] / src / org / xwt / plat / GCJ.xml
index b3ea01a..2f4af1d 100644 (file)
             <mapper type='glob' from='*.cc' to='*-nat.o'/>
         </apply>
                                                                               
-        <echo message='linking        .o -> ${binaryname}'/>
+                                                                                      <echo message='linking        .o -> ${binaryname}'/>
         <apply failonerror='true' executable='${gcc-path}/bin/${gcc-target}-gcj' parallel='true'>
             <fileset dir='bin-${plat}/' includes='**/*.o' excludes='*.o'/>
             <arg value='-fCLASSPATH=${gcc-path}/share/libgcj.jar'/>
             <arg value='--main=org.xwt.Main'/>
-            <arg line='-o www/html/dist/${binaryname}'/>
+            <arg line='-o bin-${plat}/${binaryname}'/>
             <srcfile/>
             <arg line='${linkflags}'/>
        </apply>