X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=makevms.com;h=628769ba08356114c40606d0121e099ee0b82898;hb=9239e45ba6c9152694ed7296851be952f617a5b2;hp=c8547dceec542f241c55225a6beb06d67ac3422c;hpb=9dff4cc05100b9989998e4fe061e58d0fbfd6d8e;p=openssl.git 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.