Changeset 30788 for main/trunk/greenstone3/build.xml
- Timestamp:
- 2016-09-09T15:39:21+12:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone3/build.xml
r30787 r30788 393 393 <if><bool><equals arg1="${os.bin.dir}" arg2="darwin"/></bool> 394 394 <!--<if><bool><equals arg1="${env.THIS_MACHINE}" arg2="gilda"/></bool>--> 395 <if><bool><isset property=" env.THIS_MACHINE"/></bool>396 <echo>@@@@## THIS MACHINE: ${env.THIS_MACHINE}</echo>395 <if><bool><isset property="set.ld.path"/></bool> 396 <echo>@@@@## SET-LD-PATH property: ${set.ld.path}</echo> 397 397 <if><bool><isset property="env.DYLD_LIBRARY_PATH"/></bool> 398 398 <property name="ldlpath.arg" value="DYLD_LIBRARY_PATH="${gnome-lib-dir}/lib:${env.DYLD_LIBRARY_PATH}""/> … … 402 402 </if> 403 403 <else> 404 <echo>@@@@## THIS MACHINENOT SET</echo>404 <echo>@@@@## SET-LD-PATH property NOT SET</echo> 405 405 <property name="ldlpath.arg" value="DYLD_LIBRARY_PATH="${env.DYLD_LIBRARY_PATH}""/> 406 406 </else> … … 709 709 <target name="install-common-src" depends="init" 710 710 description="Install (configure, compile, install) only the common-src package (shared code from Greenstone 2). " > 711 <antcall target="configure-common-src"/> 712 <antcall target="compile-common-src"/> 711 <antcall target="configure-common-src"> 712 <param name="set.ld.path" value="true"/> 713 </antcall> 714 <antcall target="compile-common-src"> 715 <param name="set.ld.path" value="true"/> 716 </antcall> 713 717 <antcall target="install-auxiliary-jar-files"/> 714 718 <antcall target="install-jni-files"/>
Note:
See TracChangeset
for help on using the changeset viewer.