Changeset 3011

Show
Ignore:
Timestamp:
10/16/10 22:14:09
Author:
douglm
Message:

Add excgsynch target

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/quickstart/linux/bw

    r3006 r3011  
    4646  echo "   PROJECT optionally defines the package to build and is none or more of" 
    4747  echo "     -carddav     Target is for the CardDAV build" 
     48  echo "     -exsynch     Target is for the Exchange synch build" 
    4849  echo "     -client      Target is for the bedework client application build" 
    4950  echo "     -monitor     Target is for the bedework monitor application" 
     
    223224caldav= 
    224225client= 
     226exsynch= 
    225227monitor= 
    226228naming= 
     
    315317      shift 
    316318      ;; 
     319    -exsynch) 
     320      exsynch="yes" 
     321      pkgdefault= 
     322      shift 
     323      ;; 
    317324    -webdav) 
    318325      webdav="yes" 
     
    381388fi 
    382389 
     390if [ "$exsynch" != "" ] ; then 
     391  cd $QUICKSTART_HOME/exchgsynch 
     392fi 
     393 
    383394if [ "$monitor" != "" ] ; then 
    384395  cd $QUICKSTART_HOME/MonitorApp