]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Updated edksetup to support VS2005 iff VS2003 is not installed for the NT32 build
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 25 Oct 2007 16:37:48 +0000 (16:37 +0000)
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 25 Oct 2007 16:37:48 +0000 (16:37 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4216 6f19259b-4bc3-4df7-8a09-765794883524

edksetup.bat

index 475d830db936031d6da60992ec4d1750931efd7b..9bb95a54862394e6136f93b5d14c34d787f84770 100644 (file)
@@ -51,9 +51,15 @@ goto check_vc
 @REM\r
 \r
 :check_vc\r
+@REM The following setup is required for building the Nt32Pkg\Nt32.dsc\r
+@REM platform emulation environment.\r
 if defined VCINSTALLDIR goto check_cygwin\r
 if defined VS71COMNTOOLS (\r
+ @REM Use Visual Studio .NET 2003 if it is installed\r
  call "%VS71COMNTOOLS%\vsvars32.bat"\r
+) else if defined VS80COMNTOOLS (\r
+ @REM Use Visual Studio 2005 iff Visual Studio .NET 2003 is not installed.\r
+ call "%VS80COMNTOOLS%\vsvars32.bat"\r
 ) else (\r
   echo.\r
   echo !!! WARNING !!!! Cannot find Visual Studio !!!\r