setsdkenv_unix.sh.in (155004b4) | setsdkenv_unix.sh.in (b682cb18) |
---|---|
1#! /bin/sh 2############################################################### 3# 4# Licensed to the Apache Software Foundation (ASF) under one 5# or more contributor license agreements. See the NOTICE file 6# distributed with this work for additional information 7# regarding copyright ownership. The ASF licenses this file 8# to you under the Apache License, Version 2.0 (the --- 146 unchanged lines hidden (view full) --- 155 exampleout=SOLARISexample.out 156 stldebug=_debug 157 LD_LIBRARY_PATH=${OO_SDK_HOME}/lib:${OO_SDK_OUT}/${exampleout}/lib:${OO_SDK_OFFICE_LIB_DIR}:.:${LD_LIBRARY_PATH} 158 export LD_LIBRARY_PATH 159 ;; 160 161 darwin*) 162 directoryname=macosx | 1#! /bin/sh 2############################################################### 3# 4# Licensed to the Apache Software Foundation (ASF) under one 5# or more contributor license agreements. See the NOTICE file 6# distributed with this work for additional information 7# regarding copyright ownership. The ASF licenses this file 8# to you under the Apache License, Version 2.0 (the --- 146 unchanged lines hidden (view full) --- 155 exampleout=SOLARISexample.out 156 stldebug=_debug 157 LD_LIBRARY_PATH=${OO_SDK_HOME}/lib:${OO_SDK_OUT}/${exampleout}/lib:${OO_SDK_OFFICE_LIB_DIR}:.:${LD_LIBRARY_PATH} 158 export LD_LIBRARY_PATH 159 ;; 160 161 darwin*) 162 directoryname=macosx |
163 comid=gcc3 | 163 comid=s5abi |
164 soext=dylib 165 exampleout=MACOSXexample.out 166 platform=MacOSX 167 stldebug=_stldebug 168 DYLD_LIBRARY_PATH=/usr/lib:${OO_SDK_OUT}/${directoryname}/lib:${OO_SDK_OUT}/${exampleout}/lib:${OO_SDK_OFFICE_LIB_DIR}:.:${DYLD_LIBRARY_PATH} 169 # Below for https://bz.apache.org/ooo/show_bug.cgi?id=127965 170 PATH=${PATH}:/usr/local/bin 171 export DYLD_LIBRARY_PATH --- 186 unchanged lines hidden --- | 164 soext=dylib 165 exampleout=MACOSXexample.out 166 platform=MacOSX 167 stldebug=_stldebug 168 DYLD_LIBRARY_PATH=/usr/lib:${OO_SDK_OUT}/${directoryname}/lib:${OO_SDK_OUT}/${exampleout}/lib:${OO_SDK_OFFICE_LIB_DIR}:.:${DYLD_LIBRARY_PATH} 169 # Below for https://bz.apache.org/ooo/show_bug.cgi?id=127965 170 PATH=${PATH}:/usr/local/bin 171 export DYLD_LIBRARY_PATH --- 186 unchanged lines hidden --- |