$! Build PSPRINT.EXE and/or PSDVI.EXE $ $ on warning then goto stop $ inquire/nopunct yes "Compile and link PSPRINT?" $ if .not. yes then goto psdvi $ set ver $ mod/nocheck/log PSPRINT $ define/user lnk$library mod$system:modula.olb $ link/notrace PSPRINT $ set nover $ $psdvi: $ inquire/nopunct yes "Compile modules used by PSDVI?" $ if .not. yes then goto justmain $ set ver $ mod/nocheck/log TERMOUT.DEF $ mod/nocheck/log TERMOUT $ mod/nocheck/log OPTIONS.DEF $ mod/nocheck/log OPTIONS $ mod/nocheck/log DVIREADER.DEF $ mod/nocheck/log DVIREADER $ mod/nocheck/log PSWRITER.DEF $ mod/nocheck/log PSWRITER $ mod/nocheck/log FONTREADE.DEF $ mod/nocheck/log FONTREADE $ set nover $ $justmain: $ inquire/nopunct yes "Compile PSDVI?" $ if .not. yes then goto link $ set ver $ mod/nocheck/log PSDVI $ set nover $ $link: $ inquire/nopunct yes "Link PSDVI?" $ if .not. yes then goto stop $ set ver $ define/user lnk$library mod$system:modula.olb $ link/notrace PSDVI, TERMOUT, OPTIONS, DVIREADER, FONTREADE, PSWRITER $ set nover $ $stop: $ set nover