$! VCXMAK.COM $! $! Make RSX interface run-time library for C programs. $! NOTE: You must not have any files with filetype ".OB" $! in your default directory. Work files are written $! to your default directory. $! $! $! Assignments: $! SR: [] Library source $! OU: [-] Library output $! LS: nl: Listings $! $ VERIFY = 'F$VERIFY(1) $ ASSIGN [-] OU $ ASSIGN [] SR $ ASSIGN NL: LS $ DEL *.OB;* $! $! Assemble the library $! $ MCR MAC @SR:CXMAC.CMD $! $ COPY *.OBJ OTS.TMP $ DELETE *.OBJ;* $ MCR LBR OU:CX/CR=OTS.TMP $ DELETE OTS.TMP;* $ COPY *.H OU: $ IF 'VERIFY' .EQ. 0 THEN SET NOVERIFY $! $! Library build complete $!