X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BaseTools%2Fget_vsvars.bat;h=7649e1dccf4701e2bca23f26c4ab85bd4ffac45e;hb=076947cfceaa5c87f18306bd29b22caaa392d2f5;hp=b67a81d78052a58765c93473271475cb38f8b9bc;hpb=e4ac870fe95adc7d178a79b73ad2792e0c8bfeb8;p=mirror_edk2.git diff --git a/BaseTools/get_vsvars.bat b/BaseTools/get_vsvars.bat index b67a81d780..7649e1dccf 100644 --- a/BaseTools/get_vsvars.bat +++ b/BaseTools/get_vsvars.bat @@ -34,7 +34,6 @@ REM (Or invoke the relevant vsvars32 file beforehand). :main if defined VCINSTALLDIR goto :done if defined VS140COMNTOOLS call :read_vsvars "%VS140COMNTOOLS%" - if defined VS130COMNTOOLS call :read_vsvars "%VS130COMNTOOLS%" if defined VS120COMNTOOLS call :read_vsvars "%VS120COMNTOOLS%" if defined VS110COMNTOOLS call :read_vsvars "%VS110COMNTOOLS%" if defined VS100COMNTOOLS call :read_vsvars "%VS100COMNTOOLS%"