diff options
author | Dandan Bi <dandan.bi@intel.com> | 2019-06-06 10:48:50 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2019-06-28 15:04:42 +0800 |
commit | 541d6017e2d1f3a3a9e016c0ce03704e57f7ceb1 (patch) | |
tree | 59ff16defaf13752e4f2a31572fe5bd7f4038750 /BaseTools/toolsetup.bat | |
parent | d31666211873086c058285f4a4f1933bc3c3428c (diff) | |
download | edk2-541d6017e2d1f3a3a9e016c0ce03704e57f7ceb1.tar.gz |
Edk2: Remove nt32 related flag in bat files
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1693
NT32Pkg has been removed, remove nt32 related
flags in bat files.
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools/toolsetup.bat')
-rwxr-xr-x | BaseTools/toolsetup.bat | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/BaseTools/toolsetup.bat b/BaseTools/toolsetup.bat index 23dae40b20..999f3b3984 100755 --- a/BaseTools/toolsetup.bat +++ b/BaseTools/toolsetup.bat @@ -26,14 +26,6 @@ if /I "%1"=="/?" goto Usage :loop
if "%1"=="" goto setup_workspace
- if /I "%1"=="--nt32" (
- if /I "%2" == "X64" (
- shift
- )
- @REM Ignore --nt32 flag
- shift
- goto loop
- )
if /I "%1"=="Reconfig" (
shift
set RECONFIG=TRUE
|