Ignore:
Timestamp:
2011-03-24T11:21:42+13:00 (13 years ago)
Author:
sjm84
Message:

Several changes to integrate FLAX release building as an option in the release kits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk3/ant-scripts/compile.xml

    r23644 r23811  
    1111            <arg value="-r"/><arg value="${branch.revision}"/>
    1212        </exec>
     13
     14        <if><bool><equals arg1="${with.jni}" arg2="false"/></bool>
     15            <rsr file="${basedir}/compiled/build.properties.in" pattern="with.jni=true" replacement="#with.jni=true"/>
     16        </if>
     17
     18        <if><bool><equals arg1="${with.gli.and.gems}" arg2="false"/></bool>
     19            <rsr file="${basedir}/compiled/build.properties.in" pattern="with.gli.and.gems=true" replacement="#with.gli.and.gems=true"/>
     20        </if>
    1321
    1422        <!-- make sure all c++ compilation is done statically on linux -->
Note: See TracChangeset for help on using the changeset viewer.