Additions to README.win32 and win32/Makefile based on comments from
Steve Peters [Wed, 15 Mar 2006 12:34:10 +0000 (12:34 +0000)]
Steve Hay.

p4raw-id: //depot/perl@27503

README.win32
win32/Makefile

index 0397d79..066a6dc 100644 (file)
@@ -54,6 +54,8 @@ Command Line Tools" and is the same compiler that ships with the full
 "Borland C++ Builder" product.  The Microsoft compiler is available as
 "Visual C++ Toolkit 2003", and also as part of the ".NET Framework SDK", and
 is the same compiler that ships with "Visual Studio .NET 2003 Professional".
+Currently, Perl cannot be compiled with Visual C++ 8.0, which is part of the
+.NET 2.0 Framework SDK and Visual Studio 2005.  
 
 This port can also be built on the Intel IA64 using:
 
index d93eb02..775f0be 100644 (file)
@@ -102,7 +102,7 @@ CCTYPE              = MSVC60
 #CCTYPE                = MSVC70
 # Visual C++ Toolkit 2005 (free version of Visual C++ 8.x command-line tools)
 #CCTYPE                = MSVC80FREE
-# Visual C++ 8.x (aka Visual Studio .NET 2003) (full version)
+# Visual C++ 8.x (aka Visual Studio 2005) (full version)
 #CCTYPE                = MSVC80
 
 #
@@ -500,9 +500,9 @@ CONFIGPM    = ..\lib\Config.pm ..\lib\Config_heavy.pl
 MINIMOD                = ..\lib\ExtUtils\Miniperl.pm
 X2P            = ..\x2p\a2p.exe
   
-# With .NET 1.1 and 2.0, setargs.obj is not available with the .NET SDK.  It
-# only comes with Visual Studio 2003 and Visual Studio 2005.
-!IF "$(CCTYPE)" != "MSVC70FREE" && "$(CCTYPE)" != "MSVC80FREE"
+# With the .NET 2.0 SDK, setargs.obj is not available with the .NET SDK.  It
+# only comes with Visual Studio 2005.
+!IF "$(CCTYPE)" != "MSVC80FREE"
 GLOBEXEBUILD         = 
 !ENDIF