Changeset 259 for build/bhep


Ignore:
Timestamp:
Feb 15, 2007, 12:10:42 PM (19 years ago)
Author:
barrand
Message:
 
Location:
build/bhep/trunk/obuild
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • build/bhep/trunk/obuild/DOS/build_lib_bhep.bat

    r254 r259  
    317317SET obuild_pwd_bhep_0=
    318318IF NOT %obuild_platform_result% == yes GOTO end_if_platform_26
    319 ./cpincs.sh
     319./pre_build
    320320:end_if_platform_26
    321321SET obuild_platform_result=
  • build/bhep/trunk/obuild/sh/build_lib_bhep

    r254 r259  
    311311obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'UNIX'`
    312312if [ ${obuild_platform_result} = yes ] ; then
    313 ./cpincs.sh
     313./pre_build
    314314fi
    315315unset obuild_platform_result
Note: See TracChangeset for help on using the changeset viewer.