]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/PostBuild.bat
Update the copyright notice format
[mirror_edk2.git] / DuetPkg / PostBuild.bat
index 4ef56c984fa96e9c14cc3f07f6f32ce48dc78e0a..6d71aeb1802950b8dbffed947be6be2164690f0a 100644 (file)
@@ -4,7 +4,7 @@
 @REM #  and platform building, so just use a bat file to do post build commands.\r
 @REM #  Originally, following post building command is for EfiLoader module.\r
 @REM #\r
-@REM #  Copyright (c) 2010 Intel Corporation. All rights reserved.<BR>\r
+@REM #  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
 @REM #\r
 @REM #  This program and the accompanying materials\r
 @REM #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -16,7 +16,6 @@
 @REM #\r
 @REM ##\r
 \r
-@set BUILD_DIR=%WORKSPACE%\Build\DuetPkg\DEBUG_MYTOOLS\r
 @set BASETOOLS_DIR=%WORKSPACE_TOOLS_PATH%\Bin\Win32\r
 @set BOOTSECTOR_BIN_DIR=%WORKSPACE%\DuetPkg\BootSector\bin\r
 @set PROCESSOR=""\r
@@ -26,6 +25,9 @@
 @if "%1"=="X64" set PROCESSOR=X64\r
 @if %PROCESSOR%=="" goto WrongArch\r
 \r
+@set BUILD_DIR=%WORKSPACE%\Build\DuetPkg%PROCESSOR%\DEBUG_MYTOOLS\r
+\r
+\r
 @echo Compressing DUETEFIMainFv.FV ...\r
 @%BASETOOLS_DIR%\LzmaCompress -e -o %BUILD_DIR%\FV\DUETEFIMAINFV.z %BUILD_DIR%\FV\DUETEFIMAINFV.Fv\r
 \r