Changeset 264 for build/bhep
- Timestamp:
 - Feb 15, 2007, 12:19:57 PM (19 years ago)
 - Location:
 - build/bhep/trunk/obuild
 - Files:
 - 
      
- 3 edited
 
- 
          
  DOS/build_lib_bhep.bat (modified) (1 diff)
 - 
          
  sh/build_lib_bhep (modified) (1 diff)
 - 
          
  this.obuild (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
build/bhep/trunk/obuild/DOS/build_lib_bhep.bat
r259 r264 317 317 SET obuild_pwd_bhep_0= 318 318 IF NOT %obuild_platform_result% == yes GOTO end_if_platform_26 319 ./pre_build319 chmod a+x ./pre_build;./pre_build 320 320 :end_if_platform_26 321 321 SET obuild_platform_result=  - 
      
build/bhep/trunk/obuild/sh/build_lib_bhep
r259 r264 311 311 obuild_platform_result=`"${obuild_platform_exe}" ${obuild_platform} 'UNIX'` 312 312 if [ ${obuild_platform_result} = yes ] ; then 313 ./pre_build313 chmod a+x ./pre_build;./pre_build 314 314 fi 315 315 unset obuild_platform_result  - 
      
build/bhep/trunk/obuild/this.obuild
r258 r264 14 14 15 15 <library name="bhep"> 16 <pre_build platform="UNIX"> ./pre_build</pre_build>16 <pre_build platform="UNIX">chmod a+x ./pre_build;./pre_build</pre_build> 17 17 18 18 <file>../source/version.cpp</file>  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  