Blame | Last modification | View Log | Download
#!/bin/sh## DeltaLink script file for building MCI library## check if the environment variables are setif [ ${BUILD:=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/mci.002/src/h/*.h $PROJECTS/$BUILD/hmake -f mci.mak $1