From: Gurusamy Sarathy Date: Wed, 23 Sep 1998 01:32:36 +0000 (+0000) Subject: add note to win32/Makefile about setting CCHOME X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=95883bf30d6fc6c143368c6f07aea00e33c76a2b;p=p5sagit%2Fp5-mst-13.2.git add note to win32/Makefile about setting CCHOME p4raw-id: //depot/perl@1797 --- diff --git a/win32/Makefile b/win32/Makefile index e00611d..eae991f 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -91,6 +91,8 @@ INST_VER = \5.00551 # # set the install locations of the compiler include/libraries +# Some versions of Visual C don't define MSVCDIR in the environment, +# so you may have to set CCHOME explicitly. # #CCHOME = f:\msvc20 CCHOME = $(MSVCDIR) diff --git a/win32/makefile.mk b/win32/makefile.mk index a786a61..12dbd22 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -99,9 +99,11 @@ CCTYPE *= BORLAND # # set the install locations of the compiler include/libraries +# Some versions of Visual C don't define MSVCDIR in the environment, +# so you may have to set CCHOME explicitly. # -#CCHOME *= f:\msdev\vc CCHOME *= C:\bc5 +#CCHOME *= $(MSVCDIR) #CCHOME *= D:\packages\mingw32 CCINCDIR *= $(CCHOME)\include CCLIBDIR *= $(CCHOME)\lib