Ignore:
Timestamp:
2010-03-01T15:27:36+13:00 (14 years ago)
Author:
oranfry
Message:

moved binary specific forwarding properties to rk3, and fixed sork3

File:
1 edited

Legend:

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

    r21725 r21748  
    1212        </exec>
    1313
     14        <!-- make sure all c++ compilation is done statically on linux -->
     15        <if><bool><equals arg1="${rk.os}" arg2="linux"/></bool>
     16            <property name="forward.compile.static" value="true"/>
     17        </if>
     18
    1419        <!-- run greenstone3's ant prepare -->
    1520        <ant dir="compiled" inheritAll="false">
    1621            <target name="prepare"/>
    1722            <propertyset refid="forward.properties"/>
     23            <property name="properties.accepted" value="true"/>
    1824        </ant>
    1925
     
    2834            <target name="dist-tidy"/>
    2935            <propertyset refid="forward.properties"/>
     36            <property name="properties.accepted" value="true"/>
    3037        </ant>
    3138
Note: See TracChangeset for help on using the changeset viewer.