Blame | Last modification | View Log | Download
#!/bin/sh## DeltaLink script file for building FactoryLink utilities#clear# check if the environment variables are setif [ ${FLOS:=null} = 'null' -o \${FLBUILD:=null} = 'null' -o \${PROJECTS:=null} = 'null' -o \${FLINK:=null} = 'null' -o \${FLOPT:=null} = 'null' ]thenecho ''echo Projects environment variables not set !!!!echo ''exit 1fimake -f mbp.mak $1