diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-12 01:41:25 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-12 01:41:25 +0000 |
commit | 273f5ad10122f763b898cadcb9c44f37f34b2c11 (patch) | |
tree | 755f82a9fbd9f2a64b513dbd6228d273a8da89f5 | |
parent | e9b67286ad4428d63e2495f38b71273b81e0846f (diff) | |
download | edk2-platforms-273f5ad10122f763b898cadcb9c44f37f34b2c11.tar.xz |
Add missing python binary freezed from build tools project at r1623
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8534 6f19259b-4bc3-4df7-8a09-765794883524
-rwxr-xr-x | BaseTools/Bin/Win32/GenDepex.exe | bin | 596491 -> 620299 bytes | |||
-rwxr-xr-x | BaseTools/Bin/Win32/Spd2Dec.exe | bin | 1329333 -> 1409458 bytes | |||
-rw-r--r-- | BaseTools/ReadMe.txt | 13 |
3 files changed, 1 insertions, 12 deletions
diff --git a/BaseTools/Bin/Win32/GenDepex.exe b/BaseTools/Bin/Win32/GenDepex.exe Binary files differindex 4db0cb8d6e..5217c9f145 100755 --- a/BaseTools/Bin/Win32/GenDepex.exe +++ b/BaseTools/Bin/Win32/GenDepex.exe diff --git a/BaseTools/Bin/Win32/Spd2Dec.exe b/BaseTools/Bin/Win32/Spd2Dec.exe Binary files differindex 822aab9e38..10ffd675dc 100755 --- a/BaseTools/Bin/Win32/Spd2Dec.exe +++ b/BaseTools/Bin/Win32/Spd2Dec.exe diff --git a/BaseTools/ReadMe.txt b/BaseTools/ReadMe.txt index 724e702d62..841d1c4ba5 100644 --- a/BaseTools/ReadMe.txt +++ b/BaseTools/ReadMe.txt @@ -26,18 +26,7 @@ Notes: after you call "nmake cleanall", you have to call "build" command to rebuild platform
or modules because the AutoGen.* files have been be removed. The "makefile" itself
cannot generate AutoGen.* files. Only "build" command can.
-3) build.exe in %WORKSPACE%\BaseTools\Bin\Win32 is generated from following revision of
- Python source code:
- r844 <buildtools_project>\BaseTools\Source\Python\Autogen
- r844 <buildtools_project>\BaseTools\Source\Python\build
- r844 <buildtools_project>\BaseTools\Source\Python\Common
- r844 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
- r844 <buildtools_project>\BaseTools\Source\Python\GenFds
-
-4) GenFds.exe has is a combo of the follow python source.(This is a temporary branch)
- r843 <buildtools_project>\BaseTools\Source\Python\Common
- r843 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
- r843 <buildtools_project>\BaseTools\Source\Python\GenFds
+3) All .exe binary file including C and python tools are generated from r1623.
Brief usage for Migration Tool MigrationMsa2Inf.exe:
1. Command line format:
|