From 95883bf30d6fc6c143368c6f07aea00e33c76a2b Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Wed, 23 Sep 1998 01:32:36 +0000 Subject: [PATCH] add note to win32/Makefile about setting CCHOME p4raw-id: //depot/perl@1797 --- win32/Makefile | 2 ++ win32/makefile.mk | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.7.4