Subversion Repositories factorylink.mb_plus

Rev

Blame | Last modification | View Log | Download

#!/bin/sh
#
# DeltaLink script file for building MB_PLUS module
#
clear

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

make -f mb_plus.mak $1 
make -f mb_plus.mak install