add note to win32/Makefile about setting CCHOME
authorGurusamy Sarathy <gsar@cpan.org>
Wed, 23 Sep 1998 01:32:36 +0000 (01:32 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Wed, 23 Sep 1998 01:32:36 +0000 (01:32 +0000)
p4raw-id: //depot/perl@1797

win32/Makefile
win32/makefile.mk

index e00611d..eae991f 100644 (file)
@@ -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)
index a786a61..12dbd22 100644 (file)
@@ -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