diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-23 01:32:36 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-23 01:32:36 +0000 |
commit | 95883bf30d6fc6c143368c6f07aea00e33c76a2b (patch) | |
tree | c8d40ff715ebd7616a6fe0988c4a19a5c531cbfd /win32 | |
parent | 74b823207289f92d7c8d9c4e8b92d40463f43d48 (diff) | |
download | perl-95883bf30d6fc6c143368c6f07aea00e33c76a2b.tar.gz |
add note to win32/Makefile about setting CCHOME
p4raw-id: //depot/perl@1797
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 2 | ||||
-rw-r--r-- | win32/makefile.mk | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile index e00611d5f8..eae991f762 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 a786a61c05..12dbd22723 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 |