Ignore:
Timestamp:
Feb 13, 2007, 6:14:29 AM (17 years ago)
Author:
barrand
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • snovis/trunk/obuild/setup.csh

    r137 r188  
    171171  exit
    172172endif
     173set obuild_snova_path=`"${obuild_find_exe}" snova 'v2r0p0'`
     174if ( "${obuild_find_exe}" == "" ) then
     175  echo "Variable obuild_find_exe not defined."
     176  exit
     177endif
    173178set obuild_OnX_path=`"${obuild_find_exe}" OnX 'v17r*'`
    174179if ( "${obuild_find_exe}" == "" ) then
     
    179184
    180185# Execute setup of used packages :
     186source "${obuild_snova_path}/obuild/setup.csh"
     187
    181188source "${obuild_OnX_path}/obuild/setup.csh"
    182189
Note: See TracChangeset for help on using the changeset viewer.