Separate IA32/X64 architecture into two DSC file to avoid the their output mixup.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10272 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
@REM Set up environment at fisrt.
|
||||
|
||||
@set BASETOOLS_DIR=%WORKSPACE_TOOLS_PATH%\Bin\Win32
|
||||
@set BUILD_DIR=%WORKSPACE%\Build\DuetPkg\DEBUG_MYTOOLS
|
||||
@set BOOTSECTOR_BIN_DIR=%WORKSPACE%\DuetPkg\BootSector\bin
|
||||
@set DISK_LABEL=DUET
|
||||
@set PROCESSOR=""
|
||||
@@ -30,6 +29,8 @@
|
||||
@if "%4"=="IA32" set PROCESSOR=IA32
|
||||
@if "%4"=="X64" set PROCESSOR=X64
|
||||
@if %PROCESSOR%=="" goto WrongArch
|
||||
@set BUILD_DIR=%WORKSPACE%\Build\DuetPkg%PROCESSOR%\DEBUG_MYTOOLS
|
||||
|
||||
@if "%1"=="floppy" goto CreateFloppy
|
||||
@if "%1"=="file" goto CreateFile
|
||||
@if "%1"=="usb" goto CreateUsb
|
||||
|
Reference in New Issue
Block a user