X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=edksetup.bat;h=3a72031dbdb4bf9397eda45711013ea68daf032c;hp=b2cbd83f55c805fb7d632bcb7c5bf71908e06ad1;hb=ae96dba2bfb1258a8c4063623a23cc69fefa9b89;hpb=f907f57b9cd20ea567d78acaff1e7fec908569e5 diff --git a/edksetup.bat b/edksetup.bat index b2cbd83f55..3a72031dbd 100644 --- a/edksetup.bat +++ b/edksetup.bat @@ -32,7 +32,7 @@ :check_vc if defined VCINSTALLDIR goto check_cygwin if defined VS71COMNTOOLS ( - call "%VS71COMNTOOLS%vsvars32.bat" + call "%VS71COMNTOOLS%\vsvars32.bat" ) else ( echo. echo !!! WARNING !!!! Cannot find Visual Studio !!! @@ -107,8 +107,6 @@ echo Resetting the PATH variable to include the Framework_Tools_Path for this WO @IF NOT EXIST "Tools\bin\GenDepex.exe" goto NormalBuild @IF NOT EXIST "Tools\bin\GenFfsFile.exe" goto NormalBuild @IF NOT EXIST "Tools\bin\GenFvImage.exe" goto NormalBuild -@IF NOT EXIST "Tools\bin\GenFvImage_IA32.exe" goto NormalBuild -@IF NOT EXIST "Tools\bin\GenFvImage_IPF.exe" goto NormalBuild @IF NOT EXIST "Tools\bin\GenSection.exe" goto NormalBuild @IF NOT EXIST "Tools\bin\GenTEImage.exe" goto NormalBuild @IF NOT EXIST "Tools\bin\GuidChk.exe" goto NormalBuild