--- pgp/src/vmsbuild.com 2018/04/24 16:39:06 1.1.1.2 +++ pgp/src/vmsbuild.com 2018/04/24 16:39:57 1.1.1.3 @@ -1,5 +1,5 @@ -$! VMSBUILD.COM (X0201A) - Build PGP For VMS W/O MMS -$! (c) Copyright 1991-92 by Hugh Kennedy. All rights reserved. +$! VMSBUILD.COM (V0203A) - Build PGP For VMS W/O MMS +$! (c) Copyright 1991-93 by Hugh Kennedy. All rights reserved. $! $! The author assumes no liability for damages resulting from the use $! of this software, even if the damage results from defects in this @@ -16,6 +16,10 @@ $! $! Modification:02 Date: 11-Feb-1993 Author: Hugh A.J. Kennedy $! $! Regenerate from new DESCRIP.MMS with logicals. +$! +$! Modification:03 Date: 17-May-1993 Author: Hugh A.J. Kennedy +$! +$! Incorporate new modules. $!---------------------------------------------------------------------- $ if f$trnlnm("src") .eqs. "" then define src 'f$environment("default")' $ if f$trnlnm("obj") .eqs. "" then define obj 'f$environment("default")' @@ -43,6 +47,7 @@ $ CC /NOLIST/OBJECT=OBJ:SYSTEM.OBJ/opt=n $ CC /NOLIST/OBJECT=OBJ:LANGUAGE.OBJ/opt=noinline SRC:LANGUAGE.C $ MACRO /NOLIST/OBJECT=OBJ:VAX.OBJ SRC:VAX.MAR $ CC /NOLIST/OBJECT=OBJ:CHARSET.OBJ/opt=noinline SRC:CHARSET.C +$ CC /NOLIST/OBJECT=OBJ:RSAGLUE.OBJ/opt=noinline SRC:RSAGLUE.C $ CC /opt=noinline /NOLIST/OBJECT=OBJ:ZBITS.OBJ /define=(EXPORT,NO_ASM,NOSTORE) SRC:ZBITS.C $ CC /opt=noinline /NOLIST/OBJECT=OBJ:ZDEFLATE.OBJ /define=(EXPORT,NO_ASM,NOSTORE) SRC:ZDEFLATE.C $ CC /opt=noinline /NOLIST/OBJECT=OBJ:ZGLOBALS.OBJ /define=(EXPORT,NO_ASM,NOSTORE) SRC:ZGLOBALS.C @@ -52,7 +57,6 @@ $ CC /opt=noinline /NOLIST/OBJECT=OBJ:Z $ CC /opt=noinline /NOLIST/OBJECT=OBJ:ZFILE_IO.OBJ /define=(EXPORT,NO_ASM,NOSTORE) SRC:ZFILE_IO.C $ CC /opt=noinline /NOLIST/OBJECT=OBJ:ZTREES.OBJ /define=(EXPORT,NO_ASM,NOSTORE) SRC:ZTREES.C $ CC /opt=noinline /NOLIST/OBJECT=OBJ:ZUNZIP.OBJ /define=(EXPORT,NO_ASM,NOSTORE) SRC:ZUNZIP.C -$ LINK /exe=OBJ:PGP.EXE src:pgp/opt, src:VAXCRTL/opt -$ ! do nothing... -$ deassign c$include -$!Last Modified: 4-MAR-1993 10:28:49.85 +$ LINK /exe=OBJ:PGP.EXE src:pgp/opt, src:VAXCRTL/opt +$ deassign C$INCLUDE +$!Last Modified: 19-MAY-1993 07:08:47.39