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

Legend:

Unmodified
Added
Removed
  • snovis/trunk/obuild/sh/build

    r244 r267  
    158158fi
    159159
     160if [ "${obuild_group}" = main ] ; then
     161if [ "${obuild_do_mains}" = yes ] ; then
     162  if [ -e ./sh/build_darwin_app_prog_snovis ] ; then
     163    ./sh/build_darwin_app_prog_snovis ${obuild_args}
     164    obuild_status=$?;if [ ${obuild_status} != 0 ] ; then exit ${obuild_status};fi
     165  fi
     166fi
     167fi
     168
    160169if [ -e ./sh/install ] ; then
    161170  ./sh/install
Note: See TracChangeset for help on using the changeset viewer.