X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=makevms.com;h=628769ba08356114c40606d0121e099ee0b82898;hp=c8547dceec542f241c55225a6beb06d67ac3422c;hb=3a55fc1aaba9e70e16570c1747b6627e8092dc11;hpb=9dff4cc05100b9989998e4fe061e58d0fbfd6d8e;ds=sidebyside diff --git a/makevms.com b/makevms.com index c8547dceec..628769ba08 100755 --- a/makevms.com +++ b/makevms.com @@ -47,6 +47,7 @@ $! VAXC For VAX C. $! DECC For DEC C. $! GNUC For GNU C. $! LINK To only link the programs from existing object files. +$! (not yet implemented) $! $! If you don't speficy a compiler, it will try to determine which $! "C" compiler to use. @@ -669,7 +670,7 @@ $ ELSE $! $! Check To See If The User Entered A Valid Paramter. $! -$ IF (P4.EQS."VAXC").OR.(P4.EQS."DECC").OR.(P4.EQS."GNUC").OR.(P4.EQS."LINK") +$ IF (P4.EQS."VAXC").OR.(P4.EQS."DECC").OR.(P4.EQS."GNUC")!.OR.(P4.EQS."LINK") $ THEN $! $! Check To See If The User Wanted To Just LINK.