Borland compilers. (Borland builds one or two oddities.)
p4raw-id: //depot/perlio@14477
cpplast=''
cppminus=''
cpprun='cpp32 -oCON'
-cppstdin='cpp32 -oCON'
+cppstdin='cppstdin'
cppsymbols=''
cryptlib=''
csh='undef'
#
# uncomment this if your Borland compiler is older than v5.4.
-BCCOLD = define
+#BCCOLD = define
#
# uncomment this if you want to use Borland's VCL as your CRT
#BCCVCL = define
# so you may have to set CCHOME explicitly (spaces in the path name should
# not be quoted)
#
-#CCHOME *= F:\borland\bc5
+.IF "$(CCTYPE)" == "BORLAND"
+CCHOME *= C:\borland\bcc55
+.ELIF "$(CCTYPE)" == "GCC"
+CCHOME *= C:\MinGW
+.ELSE
CCHOME *= $(MSVCDIR)
-#CCHOME *= c:\gcc-2.95.2
+.ENDIF
CCINCDIR *= $(CCHOME)\include
CCLIBDIR *= $(CCHOME)\lib