Ignore:
Timestamp:
Feb 9, 2007, 4:47:00 PM (17 years ago)
Author:
barrand
Message:
 
File:
1 edited

Legend:

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

    r101 r134  
    141141fi
    142142
     143if [ "${obuild_group}" = main ] ; then
     144if [ "${obuild_do_mains}" = yes ] ; then
     145  if [ -e ./sh/build_darwin_app_snovis_session ] ; then
     146    ./sh/build_darwin_app_snovis_session ${obuild_args}
     147    obuild_status=$?;if [ ${obuild_status} != 0 ] ; then exit ${obuild_status};fi
     148  fi
     149fi
     150fi
     151
    143152if [ -e ./sh/install ] ; then
    144153  ./sh/install
Note: See TracChangeset for help on using the changeset viewer.