[BACK]Return to cshrc CVS log [TXT][DIR] Up to [local] / OpenXM / rc

Diff for /OpenXM/rc/cshrc between version 1.17 and 1.18

version 1.17, 2010/11/30 02:58:50 version 1.18, 2014/04/02 10:25:24
Line 1 
Line 1 
 # $OpenXM: OpenXM/rc/cshrc,v 1.16 2007/11/18 01:50:02 takayama Exp $  # $OpenXM: OpenXM/rc/cshrc,v 1.17 2010/11/30 02:58:50 takayama Exp $
 setenv OpenXM_HOME $HOME/OpenXM  setenv OpenXM_HOME $HOME/OpenXM
 set path=($OpenXM_HOME/bin $path)  set path=($OpenXM_HOME/bin $path)
 rehash  rehash
Line 14  if ( ${?LD_LIBRARY_PATH} ) then
Line 14  if ( ${?LD_LIBRARY_PATH} ) then
 else  else
    setenv LD_LIBRARY_PATH $OpenXM_HOME/lib     setenv LD_LIBRARY_PATH $OpenXM_HOME/lib
 endif  endif
   setenv OpenXM_tmp $HOME/.OpenXM_tmp
   mkdir -p $OpenXM_tmp
 # for MacOS  # for MacOS
 if ( ${?DYLD_LIBRARY_PATH} ) then  if ( ${?DYLD_LIBRARY_PATH} ) then
    setenv DYLD_LIBRARY_PATH $OpenXM_HOME/lib:${DYLD_LIBRARY_PATH}     setenv DYLD_LIBRARY_PATH $OpenXM_HOME/lib:${DYLD_LIBRARY_PATH}

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>