Blame | Last modification | View Log | Download
#!/bin/sh## DeltaLink script file for building General utilities#clear# check if the environment variables are setif [ ${FLBUILD:=null} = 'null' -o \${FLOS:=null} = 'null' -o \${PROJECTS:=null} = 'null' -o \${FLINK:=null} = 'null' -o \${FLOPT:=null} = 'null' ]thenecho ''echo Projects environment variables not set !!!!echo ''exit 1fi# update the header files fo this projects in the build direcho Copying project header files to build direcho ''cp $PROJECTS/usdata/g_utils/h/g_utils.h $PROJECTS/$FLOS$FLBUILD/hmake -f g_utils.mak $1