From: jwang36 Date: Thu, 27 Sep 2007 08:34:42 +0000 (+0000) Subject: Removed TAB characters X-Git-Tag: edk2-stable201903~22076 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=89669de767152db9a067878b0abd6a3cf2c37775;p=mirror_edk2.git Removed TAB characters git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3949 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/BaseTools/ChangeLog.txt b/BaseTools/ChangeLog.txt index d1f6079ad6..064f8b7c4c 100644 --- a/BaseTools/ChangeLog.txt +++ b/BaseTools/ChangeLog.txt @@ -43,8 +43,8 @@ EDK_3947: Compatible: jwang36 Class_BuildTool: 1) Improved spawn mode (multi-thread) build performance (build -s) - 2) Changed the error/debug/warning message format - 3) Added "--log" command line option to support storing log in file + 2) Changed the error/debug/warning message format + 3) Added "--log" command line option to support storing log in file Code Change : 1) BaseTools/Bin/Win32/build.exe @@ -108,13 +108,13 @@ EDK_3911: Compatible: jlin16 Specifying how to process the binary file by defining corresponding Rule like this: [Rule.Common.Base.Test] - FILE FREEFORM = $(NAMED_GUID) { - COMPRESS PI_STD { - GUIDED { + FILE FREEFORM = $(NAMED_GUID) { + COMPRESS PI_STD { + GUIDED { RAW BIN |.bmp } - } - } + } + } ========================================================================================== EDK_3832: Non-Compatible: jwang36