mirror of https://github.com/acidanthera/audk.git
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4134 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
92d1603827
commit
e542e30a19
|
@ -28,16 +28,16 @@ Notes:
|
||||||
cannot generate AutoGen.* files. Only "build" command can.
|
cannot generate AutoGen.* files. Only "build" command can.
|
||||||
3) build.exe in %WORKSPACE%\BaseTools\Bin\Win32 is generated from following revision of
|
3) build.exe in %WORKSPACE%\BaseTools\Bin\Win32 is generated from following revision of
|
||||||
Python source code:
|
Python source code:
|
||||||
r817 <buildtools_project>\BaseTools\Source\Python\Autogen
|
r827 <buildtools_project>\BaseTools\Source\Python\Autogen
|
||||||
r817 <buildtools_project>\BaseTools\Source\Python\build
|
r827 <buildtools_project>\BaseTools\Source\Python\build
|
||||||
r817 <buildtools_project>\BaseTools\Source\Python\Common
|
r827 <buildtools_project>\BaseTools\Source\Python\Common
|
||||||
r817 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
|
r827 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
|
||||||
r817 <buildtools_project>\BaseTools\Source\Python\GenFds
|
r827 <buildtools_project>\BaseTools\Source\Python\GenFds
|
||||||
|
|
||||||
4) GenFds.exe has is a combo of the follow python source.(This is a temporary branch)
|
4) GenFds.exe has is a combo of the follow python source.(This is a temporary branch)
|
||||||
r816 <buildtools_project>\BaseTools\Source\Python\Common
|
r827 <buildtools_project>\BaseTools\Source\Python\Common
|
||||||
r816 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
|
r827 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
|
||||||
r816 <buildtools_project>\BaseTools\Source\Python\GenFds
|
r827 <buildtools_project>\BaseTools\Source\Python\GenFds
|
||||||
|
|
||||||
Brief usage for Migration Tool MigrationMsa2Inf.exe:
|
Brief usage for Migration Tool MigrationMsa2Inf.exe:
|
||||||
1. Command line format:
|
1. Command line format:
|
||||||
|
|
Loading…
Reference in New Issue