Subversion Repositories factorylink.fl

Rev

Blame | Last modification | View Log | Download

#!/bin/sh
#
# DeltaLink script file for building General utilities
#
clear

# check if the environment variables are set
if [ ${FLBUILD:=null} = 'null'    -o \
     ${FLOS:=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/usdata/g_utils/h/g_utils.h    $PROJECTS/$FLOS$FLBUILD/h

make -f g_utils.mak $1