Changeset 131


Ignore:
Timestamp:
Feb 9, 2007, 4:37:11 PM (17 years ago)
Author:
barrand
Message:
 
Location:
build/bhep/trunk/obuild
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • build/bhep/trunk/obuild/setup.bat

    r126 r131  
    5959SET obuild_platform_result=
    6060REM # Set environment variables of this package :
    61 SET BHEPROOT=%obuild_bhep_path%
    6261
    63 IF DEFINED PATH GOTO else_if_path_bhep_3
     62IF DEFINED PATH GOTO else_if_path_bhep_2
    6463  SET PATH=%obuild_bhep_path%\%obuild_dir_bin%
    65   GOTO end_if_path_bhep_3
    66 :else_if_path_bhep_3
     64  GOTO end_if_path_bhep_2
     65:else_if_path_bhep_2
    6766  SET PATH=%PATH%;%obuild_bhep_path%\%obuild_dir_bin%
    68 :end_if_path_bhep_3
     67:end_if_path_bhep_2
    6968
    7069:obuild_return
  • build/bhep/trunk/obuild/setup.csh

    r126 r131  
    133133unset obuild_platform_result
    134134# Set environment variables of this package :
    135 setenv BHEPROOT "${obuild_bhep_path}"
    136135
    137136if ( "${obuild_platform_exe}" == "" ) then
  • build/bhep/trunk/obuild/setup.sh

    r126 r131  
    120120unset obuild_platform_result
    121121# Set environment variables of this package :
    122 BHEPROOT="${obuild_bhep_path}"
    123 export BHEPROOT
    124122
    125123if [ "${obuild_platform_exe}" = "" ] ; then
  • build/bhep/trunk/obuild/this.obuild

    r127 r131  
    7070
    7171    <setup>
    72       <env name="BHEPROOT">${obuild_bhep_path}</env>
    73 
    7472      <load_library_path/>
    7573    </setup>
Note: See TracChangeset for help on using the changeset viewer.