$ ! SYS$MANAGER:SYLOGIN.COM $ SET NOVERIFY $ EXIT ! end of SYLOGIN.COM $ ! [JEH]LOGIN.COM $ SET NOVERIFY $ EXIT ! end of LOGIN.COM $ ! NEWSBLD.BAT $ ! $ ! "Envelope" for NEWSBLD.COM, allowing same to be run as a batch job. $ ! $ ! This procedure must live in [...BLD]. $ ! $ ! Jamie Hanrahan, 01 Apr 89. $ ! $ ! Set default to the build directory (wherever this procedure lives). $ ! $ old_def = f$envi ("DEFAULT") $ com_proc = f$envi ("PROCEDURE") $ SET DEFAULT DISK$WORK1:[UUCP.NEWS57.BLD] $ ! $ ! Invoke the "real" NEWSBLD, pass it our p1 parameter. $ ! $ @[-.src]NEWSBLD NOWINTCP $!++ $! FACILITY: $! $! NEWSBUILD $! $! AUTHOR: $! Geoff Huston $! Copyright © 1988 $! $! FUNCTIONALITY: $! This file can be used to rebuild the NEWS executables either from $! scratch, or can be used for an incremental build if one (or a number) $! of source files have been edited. Both the production and debug $! executables are constructed in this procedure. $! $! PRECONDITIONS: $! $! - All sources are in Dev:[NEWS.src] $! - The default directory is set to DEV:[NEWS.bld] $! - Execute by "$ @[-.src]newsbuild" $! $! Version: $! V5.5 7-Oct-1988 GIH $! Included modifications for WIN TCP/IP V3.0 $! support by Jim Patterson (jimp@cognos.uucp) $! NOTE: I have NOT tested the WIN support $! modifications $! V5.6 11-Nov-1988 GIH $! Version 5.6 configuration $! $! V5.7 01-Apr-1989 Jamie E. Hanrahan (jeh@simpact.com) $! Changed definition of CC symbol to include $! /DEFINE=VMSV5 under VMS Version 5 $! Added P1 parameter: If p1 .eqs. "NOWINTCP", $! doesn't do Wollongong TCP/IP stuff even $! if the stuff is found on the disk $!-- $! CC command is CC $ cc/nodebug/opt NEWSADD $ cc/debug/noopt NEWSADD $ cc/nodebug/opt NEWSCREATE $ cc/debug/noopt NEWSCREATE $ cc/nodebug/opt NEWSDELETE $ cc/debug/noopt NEWSDELETE $ cc/nodebug/opt NEWSDIR $ cc/debug/noopt NEWSDIR $ cc/nodebug/opt NEWSDISPLAY $ cc/debug/noopt NEWSDISPLAY $ cc/nodebug/opt NEWSEXTRACT $ cc/debug/noopt NEWSEXTRACT $ cc/nodebug/opt NEWSFORWARD $ cc/debug/noopt NEWSFORWARD $ cc/nodebug/opt NEWSHELP $ cc/debug/noopt NEWSHELP $ cc/nodebug/opt NEWSMODE $ cc/debug/noopt NEWSMODE $ cc/nodebug/opt NEWSPOST $ cc/debug/noopt NEWSPOST $ cc/nodebug/opt NEWSREAD $ cc/debug/noopt NEWSREAD $ cc/nodebug/opt NEWSREGISTER $ cc/debug/noopt NEWSREGISTER $ cc/nodebug/opt NEWSREMCLIENT $ cc/debug/noopt NEWSREMCLIENT $ cc/nodebug/opt NEWSSEARCH $ cc/debug/noopt NEWSSEARCH $ cc/nodebug/opt NEWSSELECT $ cc/debug/noopt NEWSSELECT $ cc/nodebug/opt NEWSSETSHOW $ cc/debug/noopt NEWSSETSHOW $ cc/nodebug/opt NEWSSKIM $ cc/debug/noopt NEWSSKIM $ cc/nodebug/opt NEWSSKIP $ cc/debug/noopt NEWSSKIP $ cc/nodebug/opt NEWSSITE $ cc/debug/noopt NEWSSITE $ cc/nodebug/opt NEWSUTILITY $ cc/debug/noopt NEWSUTILITY $ cc/nodebug/opt ADD_TRANSFORM $ cc/debug/noopt ADD_TRANSFORM $ set command/obj newscmd.cld $ cc news $ link news,news_library/library $ cc/debug/noopt news $ link/debug newsdbg,news_libraryd/library $ cc nntp_server $ cc nntp_tty $ link nntp_tty,nntp_server $ cc nntp_dec $ link nntp_dec,nntp_server $ cc nntp_decm $ link nntp_decm,nntp_server $ cc nntp_client $ link nntp_client $ cc nntp_feed $ link nntp_feed $ cc nntp_tcpcmu $ link nntp_tcpcmu,nntp_server NEWS FILES Built $! $! COMPILE SUBROUTINE $! $compile: subroutine $ ! $ ! Restore default just in case we were invoked by another command proc. $ ! $ SET DEFAULT USER_DISK:[JEH] JEH job terminated at 30-APR-1989 22:00:20.09 Accounting information: Buffered I/O count: 4169 Peak working set size: 6282 Direct I/O count: 5413 Peak page file size: 6193 Page faults: 171896 Mounted volumes: 0 Charged CPU time: 0 00:52:18.24 Elapsed time: 0 01:13:32.13