home *** CD-ROM | disk | FTP | other *** search
- .key mode/A
- .bra [
- .ket ]
-
- if exists Lmkfile.wth
- echo "altering Lmkfile.wth " noline
- if "[mode]" eq "ON"
- echo "for debug linkage"
- sed <Lmkfile.wth >Lmkfile.wth.TMP -e "s/.*\ADDSYM*$/ADDSYM/g" -e "s/.*\NODEBUG*$/;NODEBUG/g"
- else
- echo "for normal linkage"
- sed <Lmkfile.wth >Lmkfile.wth.TMP -e "s/.*\ADDSYM*$/;ADDSYM/g" -e "s/.*\NODEBUG*$/NODEBUG/g"
- endif
- copy Lmkfile.wth.TMP Lmkfile.wth
- delete Lmkfile.wth.TMP quiet
- else
- echo "Lmkfile.wth not found"
- endif
-
-