$ Setv = 'F$Verify("No") $! $! Command file to build STRIP under compatability mode $! on VMS using the DECUS C compiler. $! $ Lbr = "Mc Lbr" $ Tkb = "Mc Tkb" $ On Warning Then Goto End $! $ Xcc Strip $ Xas Strip -d $! $ Tkb @Strip.Tkb $! $ Delete Strip.Obj; $ Write Sys$Output "STRIP built" $! $ End: Setv = F$Verify(Setv)