$ vo = 'f$verify(0)' $!******************************************************************** $! wilkinson $! 3.2VMS $! 1995/05/25 14:00 $! gopher_root1:[gopher.g2.vms2_13.object]compile.com,v $! Exp $! $! Paul Lindner, University of Minnesota CIS. $! $! Copyright 1991, 1992 by the Regents of the University of Minnesota $! see the file "Copyright" in the distribution for conditions of use. $!******************************************************************** $! MODULE: compile.com $! compiling script for VMS gopher library $!********************************************************************* $! Revision History: $! compile.com,v $! Revision 3.2VMS 1995/05/25 14:00 wilkinson $! Consolodate VMS/Unix source code for server as well as client $! $! Revision 3.2 1993/05/18 15:06:34 lindner $! Fixed CVS/RCS comment leaders... $! $! Revision 3.1 1993/05/05 18:44:07 lindner $! new VMS files $! $! Revision 1.1 1992/12/31 05:19:12 lindner $! Initial revision $! $! $!********************************************************************/ $! $ ON CONTROL_Y THEN GOTO CLEANUP $ ON ERROR THEN GOTO CLEANUP $! $ @[-]compile.common 'P1' 'P2' 'P3' $ vo1 = f$verify(1) $! $ cc compatible.c $ cc daarray.c $ cc gdgopherdir.c $ cc gsgopherobj.c $ cc strstring.c $ cc util.c $ cc blblock.c $ cc VIews.c $ cc Sockets.c $ cc Debug.c $ cc url.c $ cc fileio.c $ cc locale.c $ cc regex.c $! $ cc getopt.c $! $ vo1 = 'f$verify(0)' $ CLEANUP: $ vo1 = f$verify(vo) $exit .