Changeset 20115
- Timestamp:
- 2009-08-03T13:19:50+12:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release-kits/shared/greenstone3/ant-scripts/rk3-targets.xml
r20113 r20115 34 34 <property name="forward.properties.accepted" value="true"/> 35 35 36 <!-- make sure all c++ compilation is done statically --> 37 <property name="forward.compile.static" value="true"/> 36 <!-- make sure all c++ compilation is done statically on linux --> 37 <if><bool><equals arg1="${rk.os}" arg2="linux"></bool> 38 <property name="forward.compile.static" value="true"/> 39 </if> 38 40 39 41 <!-- show the property set to be forwarded to greenstone3 -->
Note:
See TracChangeset
for help on using the changeset viewer.