Ignore:
Timestamp:
Feb 15, 2007, 12:08:19 PM (17 years ago)
Author:
barrand
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • build/bhep/trunk/obuild/sh/build_lib_bhep

    r249 r254  
    304304/bin/mkdir -p "${obuild_bhep_path}/${obuild_dir_bin}/lib_bhep"
    305305
     306# pre_build scripts :
     307if [ "${obuild_platform_exe}" = "" ] ; then
     308  echo "Variable obuild_platform_exe not defined."
     309  exit
     310fi
     311obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'UNIX'`
     312if [ ${obuild_platform_result} = yes ] ; then
     313./cpincs.sh
     314fi
     315unset obuild_platform_result
     316
    306317# Compile bhep files :
    307318if [ ${obuild_do_not_compile} = no ] ; then
Note: See TracChangeset for help on using the changeset viewer.