mirror of https://github.com/acidanthera/audk.git
Added change log for r4251
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4252 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
44e3ff2f23
commit
d28746d23a
|
@ -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
|
||||
|
@ -71,6 +71,25 @@ EDK_0000: Compatible: owner
|
|||
BaseTools/Bin/Win32/Fpd2Dsc.exe
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue