$ if p1 .eqs. "" then p1 := "ALL" $ $ goto 'p1' $ $ ALL: $ HELP: $ $ runoff blfhlp.r32 /output:pretty.h32 $ $ if p1 .nes. "ALL" then goto FINISHED $ $ COMPILE: $ $ set command/object blfvmscli.cld $ message BLFMSG.B32 $ bliss /list/debug BLFVMS.BLI $ bliss /list/debug CONTRL.BLI $ bliss /list/debug CONVRT.BLI $ bliss /list/debug FORMAT.VT1 $ bliss /list/debug LEX.BLI $ bliss /list/debug LSTING.BLI $ bliss /list/debug MSGMOD.BLI $ bliss /list/debug OUTPUT.BLI $ bliss /list/debug PARSE1.BLI $ bliss /list/debug PARSE2.BLI $ bliss /list/debug PARSE3.BLI $ bliss /list/debug SCANNR.BLI $ bliss /list/debug SYMPRP.BLI $ bliss /list/debug UTILIT.BLI $ $ if p1 .nes. "ALL" then goto FINISHED $ $ LINK: $ $ link /notrace/exe=pretty - blfvms,blfvmscli,blfmsg,contrl,convrt,format, - lex,lsting,output,parse1,parse2,parse3,scannr,symprp,utilit, - msgmod,sys$library:xport/library/include=xportmsg $ $ $ if p1 .nes. "ALL" then goto FINISHED $ $ LINKD: $ $ link /debug/exe=prettydbg - blfvms,blfvmscli,blfmsg,contrl,convrt,format, - lex,lsting,output,parse1,parse2,parse3,scannr,symprp,utilit, - msgmod,sys$library:xport/library/include=xportmsg $ $ FINISHED: $ $ exit