diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-31 10:46:34 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-31 10:46:34 +0000 |
commit | d28746d23a63ebf1ed7a9dee2a9bf1a2860aadcb (patch) | |
tree | 163fe7fc8e2b9b39df9454c5b28fa5c4f7b9ae58 /BaseTools | |
parent | 44e3ff2f23944db528f42a34031b8a4e171c77b2 (diff) | |
download | edk2-d28746d23a63ebf1ed7a9dee2a9bf1a2860aadcb.zip edk2-d28746d23a63ebf1ed7a9dee2a9bf1a2860aadcb.tar.gz edk2-d28746d23a63ebf1ed7a9dee2a9bf1a2860aadcb.tar.bz2 |
Added change log for r4251
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4252 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools')
-rw-r--r-- | BaseTools/ChangeLog.txt | 31 |
1 files changed, 25 insertions, 6 deletions
diff --git a/BaseTools/ChangeLog.txt b/BaseTools/ChangeLog.txt index 97a1f80..de54d0e 100644 --- a/BaseTools/ChangeLog.txt +++ b/BaseTools/ChangeLog.txt @@ -42,11 +42,11 @@ EDK_0000: Compatible: owner ##########################################################################################
########## Revision number of tools source code ##########
BaseTools/Bin/Win32/build.exe
- r844 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Autogen
- r844 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/build
- r844 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common
- r844 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/CommonDataClass
- r844 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/GenFds
+ r863 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Autogen
+ r863 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/build
+ r863 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common
+ r863 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/CommonDataClass
+ r863 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/GenFds
BaseTools/Bin/Win32/GenFds.exe
r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common
@@ -72,6 +72,25 @@ EDK_0000: Compatible: owner r767 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/fpd2dsc
==========================================================================================
+EDK_4251: Non-Compatible: jwang36
+
+ Class_BuildTool:
+ 1) Changed MYTOOLS to use Visual Studio Team Suite for IA32 and X64. IPF is still use WINDKK.
+ 2) Re-generated build.exe and GenFds.exe to incorporate new changes of build tools
+ 3) Enabled multi-thread build mode by default (can be disabled by using "-n 0" option or changing
+ MULTIPLE_THREAD in target.txt to Disabled)
+ 4) Fixed an incorrect command (no leading tab/space) generated in top level Makefile.
+
+ Code Change :
+ 1) BaseTools/Bin/Win32/GenFds.exe
+ 2) BaseTools/Bin/Win32/build.exe
+ 3) BaseTools/Conf/target.template
+ 4) BaseTools/Conf/tools_def.template
+
+ Possible Impacts:
+ 1) Install Visual Studio 2005 Team Suite Edition.
+
+==========================================================================================
EDK_4190: Non-Compatible: jwang36
Class_BuildTool:
@@ -82,7 +101,7 @@ EDK_4190: Non-Compatible: jwang36 Code Change :
1) BaseTools/Bin/Win32/build.exe
- 1) BaseTools/Bin/Win32/GenFds.exe
+ 2) BaseTools/Bin/Win32/GenFds.exe
Possible Impacts:
1) All packages/platforms/modules, which have wrong library classes
|