diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-03-15 12:34:10 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-03-15 12:34:10 +0000 |
commit | 84b05a714d9eab058b6b7a5bcad85b5170dfa88c (patch) | |
tree | af7fa9374d19944f3150a0d88cc3d6dda84cc8df /win32 | |
parent | 7bf00c8648fdb39d6fb0cb43bc6fe32aa4ebcf65 (diff) | |
download | perl-84b05a714d9eab058b6b7a5bcad85b5170dfa88c.tar.gz |
Additions to README.win32 and win32/Makefile based on comments from
Steve Hay.
p4raw-id: //depot/perl@27503
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/Makefile b/win32/Makefile index d93eb02a0f..775f0be81b 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -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 |