Lines Matching refs:COMPILER
16 $! It was written so it would try to determine what "C" compiler to
17 $! use or you can specify which "C" compiler to use.
22 $! Specify which compiler at P2 to try to compile under.
28 $! If you don't speficy a compiler, it will try to determine which
29 $! "C" compiler to use.
38 $! P4, if defined, sets a compiler thread NOT needed on OpenVMS 7.1 (and up)
149 $ IF COMPILER .EQS. "VAXC" THEN -
341 $ IF (COMPILER.EQS."VAXC")
370 $ IF (COMPILER.EQS."GNUC")
400 $ IF (COMPILER.EQS."DECC")
524 $ WRITE SYS$OUTPUT "Compiling With Compiler Optimization."
542 $ WRITE SYS$OUTPUT "Compiling Without Compiler Optimization."
571 $! O.K., The User Didn't Specify A Compiler, Let's Try To
604 $! End The VAXC Compiler Check.
608 $! End The DECC & VAXC Compiler Check.
612 $! End The Compiler Check.
682 $ COMPILER = "DECC"
686 $ WRITE SYS$OUTPUT "Using DECC 'C' Compiler."
712 $ COMPILER = "VAXC"
715 $ WRITE SYS$OUTPUT "Using VAXC 'C' Compiler."
749 $ COMPILER = "GNUC"
753 $ WRITE SYS$OUTPUT "Using GNU 'C' Compiler."
836 $ IF COMPILER .NES. "DECC" .AND. ARCH .EQS. "VAX" THEN -
902 $ IF COMPILER .EQS. "DECC"