X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=edksetup.bat;h=a493afa7cec297e3d5d7f0b997dbf5b86ed55a6a;hb=9b23c7ba9c599cd8208518d41d6a1d51713c0f9d;hp=c32755a471dc960a8784f6f24dbc083897a582d5;hpb=40d1adb3ebf215bacf89d866fd72bfad897daec3;p=mirror_edk2.git diff --git a/edksetup.bat b/edksetup.bat index c32755a471..a493afa7ce 100755 --- a/edksetup.bat +++ b/edksetup.bat @@ -42,11 +42,8 @@ if %WORKSPACE% == %CD% ( :SetWorkSpace @REM set new workspace -@REM clear EFI_SOURCE and EDK_SOURCE for the new workspace if not defined WORKSPACE ( set WORKSPACE=%CD% - set EFI_SOURCE= - set EDK_SOURCE= ) :ParseArgs @@ -92,7 +89,7 @@ if exist %EDK_BASETOOLS% ( :checkNt32Flag if exist %EDK_TOOLS_PATH%\Source set BASE_TOOLS_PATH=%EDK_TOOLS_PATH% -@REM The Nt32 Emluation Platform requires Microsoft Libraries +@REM The Nt32 Emulation Platform requires Microsoft Libraries @REM and headers to interface with Windows. if /I "%1"=="--nt32" ( if /I "%2"=="X64" (