diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2017-06-16 08:49:52 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2017-06-16 18:17:21 +0100 |
commit | 3aa3d69ac5e208c16829ec576c5f16f90681d60c (patch) | |
tree | f9f619509bacbc61451fee531a15c9ecf261afbd /README.win32 | |
parent | d8efeb4672ed789e8b5d885676607ec8487984d5 (diff) | |
download | perl-3aa3d69ac5e208c16829ec576c5f16f90681d60c.tar.gz |
Remove unnecessary MSVC*FREE CCTYPEs from Windows makefiles
As was pointed out recently in perl #131487, there is little point in most
of these since the Express (now Community) versions are so close to the
full versions anyway these days. MSVC70FREE is retained since it was the
only one that was actually being made use of.
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.win32 b/README.win32 index d0a865cbc2..56acf1882c 100644 --- a/README.win32 +++ b/README.win32 @@ -159,7 +159,7 @@ using, e.g. (assuming the default installation location was chosen). Perl should now build using the win32/Makefile. You will need to edit that -file to set CCTYPE to one of MSVC90FREE-MSVC141FREE first. +file to set CCTYPE to one of MSVC90-MSVC141 first. =item Microsoft Visual C++ 2005 Express Edition @@ -201,7 +201,7 @@ while the latest versions install into version-specific locations such as Perl should now build using the win32/Makefile. You will need to edit that file to set - CCTYPE = MSVC80FREE + CCTYPE = MSVC80 and to set CCHOME, CCINCDIR and CCLIBDIR as per the environment setup above. |