- Timestamp:
- 03/24/11 11:21:42 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/release-kits/kits/rk3/ant-scripts/compile.xml
r23644 r23811 11 11 <arg value="-r"/><arg value="${branch.revision}"/> 12 12 </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> 13 21 14 22 <!-- make sure all c++ compilation is done statically on linux -->
Note:
See TracChangeset
for help on using the changeset viewer.