Ignore:
Timestamp:
2008-09-26T17:37:32+12:00 (16 years ago)
Author:
oranfry
Message:

componentised releases in wirk2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk2/ant-scripts/wrap.xml

    r17352 r17396  
    4949        <exec executable="sed" inputstring="${java.ls}" outputproperty="java.size"><arg line="-e 's/^[^\ ]*\ *[^\ ]*\ *[^\ ]*\ *[^\ ]*\ *\([0-9]*\).*$/\1/g'"/></exec>
    5050
    51         <echo level="info">compile the wrapper program</echo>
    52         <exec executable="g++" dir="${basedir}/wrapped-installer/build">
    53             <arg line="-Wall -static -static-libgcc -c -o wrapper.o wrapper.cpp"/>
    54         </exec>
    55 
    5651        <echo level="info">compile libsearch4j</echo>
    5752        <exec executable="g++" dir="${basedir}/wrapped-installer/build">
     
    6560        <exec executable="echo" output="${basedir}/wrapped-installer/build/wrapper.h" append="true"><arg line="#define java_is_bundled yes"/></exec>
    6661
     62        <echo level="info">compile the wrapper program</echo>
     63        <exec executable="g++" dir="${basedir}/wrapped-installer/build">
     64            <arg line="-Wall -static -static-libgcc -c -o wrapper.o wrapper.cpp"/>
     65        </exec>
     66
    6767        <echo level="info">link the compiled code and bundled files</echo>
    6868        <exec executable="g++" dir="${basedir}/wrapped-installer/build">
Note: See TracChangeset for help on using the changeset viewer.