"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:
#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
#
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