Revision: 14626
          http://sourceforge.net/p/edk2/code/14626
Author:   lgao4
Date:     2013-09-04 07:41:04 +0000 (Wed, 04 Sep 2013)
Log Message:
-----------
Update edksetup.bat to check VS2012

Signed-off-by: Liming Gao <[email protected]>

Modified Paths:
--------------
    trunk/edk2/edksetup.bat

Modified: trunk/edk2/edksetup.bat
===================================================================
--- trunk/edk2/edksetup.bat     2013-09-04 04:15:10 UTC (rev 14625)
+++ trunk/edk2/edksetup.bat     2013-09-04 07:41:04 UTC (rev 14626)
@@ -1,7 +1,7 @@
 @REM @file
 @REM   Windows batch file to setup a WORKSPACE environment
 @REM
-@REM Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
+@REM Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
 @REM This program and the accompanying materials
 @REM are licensed and made available under the terms and conditions of the BSD 
License
 @REM which accompanies this distribution.  The full text of the license may be 
found at
@@ -61,21 +61,25 @@
 @REM and headers to interface with Windows.
 
 if not defined VCINSTALLDIR (
-  if defined VS100COMNTOOLS (
-    call "%VS100COMNTOOLS%\vsvars32.bat"
+  if defined VS110COMNTOOLS (
+    call "%VS110COMNTOOLS%\vsvars32.bat"
   ) else (
-    if defined VS90COMNTOOLS (
-      call "%VS90COMNTOOLS%\vsvars32.bat"
+    if defined VS100COMNTOOLS (
+      call "%VS100COMNTOOLS%\vsvars32.bat"
     ) else (
-      if defined VS80COMNTOOLS (
-        call "%VS80COMNTOOLS%\vsvars32.bat"
+      if defined VS90COMNTOOLS (
+        call "%VS90COMNTOOLS%\vsvars32.bat"
       ) else (
-       if defined VS71COMNTOOLS (
-          call "%VS71COMNTOOLS%\vsvars32.bat"
+        if defined VS80COMNTOOLS (
+          call "%VS80COMNTOOLS%\vsvars32.bat"
         ) else (
-          echo.
-          echo !!! WARNING !!! Cannot find Visual Studio !!!
-          echo.
+          if defined VS71COMNTOOLS (
+            call "%VS71COMNTOOLS%\vsvars32.bat"
+          ) else (
+            echo.
+            echo !!! WARNING !!! Cannot find Visual Studio !!!
+            echo.
+          )
         )
       )
     )

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to