This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add CCTYPE value for Windows Server 2003 SP1 compilers
authorJan Dubois <jand@activestate.com>
Thu, 22 Jul 2010 00:46:00 +0000 (17:46 -0700)
committerJan Dubois <jand@activestate.com>
Thu, 22 Jul 2010 00:46:00 +0000 (17:46 -0700)
commit02e200fccc6abfac054810724450c50d9b2d96cb
tree18b543da59017ce3817693072acf74849a582023
parentf33a21d84a9428cd5c501b39e3eea520b4f28643
Add CCTYPE value for Windows Server 2003 SP1 compilers

The SDK2003SP1 compiler is special because it needs to link in
an additional bufferoverflow.obj file, which does not exist for
the other 64-bit MSVC compilers.  This change un-breaks the
Makefle for all these other compilers (e.g. VS2008).
win32/Makefile