Subversion Repositories factorylink.mci

Rev

Blame | Last modification | View Log | Download

#!/bin/sh
#
# DeltaLink script file for building MCI library
#

# check if the environment variables are set
if [ ${BUILD:=null} = 'null'    -o \
     ${PROJECTS:=null} = 'null' -o \
     ${FLINK:=null} = 'null'    -o \
     ${FLOPT:=null} = 'null'       ]
then
   echo ''
   echo Projects environment variables not set !!!!
   echo ''
   exit 1
fi

# update the header files fo this projects in the build dir

echo Copying project header files to build dir
echo ''

cp $PROJECTS/mci.002/src/h/*.h      $PROJECTS/$BUILD/h

make -f mci.mak $1