Make building perl on Win32 with the free VC++ toolkit easier
authorSteve Hay <SteveHay@planit.com>
Fri, 30 Sep 2005 15:52:30 +0000 (15:52 +0000)
committerSteve Hay <SteveHay@planit.com>
Fri, 30 Sep 2005 15:52:30 +0000 (15:52 +0000)
commitda2c7419592ee13d34c9a88fe64f2dedaca9f99e
treeb422f2c13a32b67fcd67808b31e675caf8a53e62
parent11fd7d057a7e12ce8a195bc4888de10097baa724
Make building perl on Win32 with the free VC++ toolkit easier

Introduce new CCTYPE's MSVC70FREE and MSVC70 for the free and the full
versions of MS VC++ 7.x respectively.  Perl can now be built with the
free VC++ toolkit simply by running "nmake CCTYPE=MSVC70FREE" with no
hacking of the win32/Makefile required.  Update README.win32 with
these changes.

Also add the CCTYPE MSVC to win32/Makefile.  This is already supported
in win32/makefile.mk and is useful for avoiding the use of -DELAYLOAD
for MS VC++ 3.x through 5.x.  Update README.win32 for this too.

p4raw-id: //depot/perl@25672
README.win32
win32/Makefile
win32/makefile.mk