diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-29 01:46:24 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-29 01:46:24 +0000 |
commit | de0f811d4a7e893b784a1639670ce4899421bd26 (patch) | |
tree | 59a4d3ab2aeb56243f365e16714e81f6958f1a87 | |
parent | 1053e0c513f4f72cb6fb9f4efe6aa2933695dbd6 (diff) | |
download | edk2-platforms-de0f811d4a7e893b784a1639670ce4899421bd26.tar.xz |
Fixed an issue that is the auto-generated code for dynamic-ex PCD is not correct
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3974 6f19259b-4bc3-4df7-8a09-765794883524
-rwxr-xr-x | BaseTools/Bin/Win32/build.exe | bin | 1483124 -> 1501856 bytes | |||
-rw-r--r-- | BaseTools/ReadMe.txt | 10 |
2 files changed, 5 insertions, 5 deletions
diff --git a/BaseTools/Bin/Win32/build.exe b/BaseTools/Bin/Win32/build.exe Binary files differindex 584def8bb7..1680a3155a 100755 --- a/BaseTools/Bin/Win32/build.exe +++ b/BaseTools/Bin/Win32/build.exe diff --git a/BaseTools/ReadMe.txt b/BaseTools/ReadMe.txt index 84e70fee0f..e1be1a2ce5 100644 --- a/BaseTools/ReadMe.txt +++ b/BaseTools/ReadMe.txt @@ -28,11 +28,11 @@ Notes: 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:
- r776 <buildtools_project>\BaseTools\Source\Python\Autogen
- r776 <buildtools_project>\BaseTools\Source\Python\build
- r776 <buildtools_project>\BaseTools\Source\Python\Common
- r776 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
- r776 <buildtools_project>\BaseTools\Source\Python\GenFds
+ r785 <buildtools_project>\BaseTools\Source\Python\Autogen
+ r785 <buildtools_project>\BaseTools\Source\Python\build
+ r785 <buildtools_project>\BaseTools\Source\Python\Common
+ r785 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
+ r785 <buildtools_project>\BaseTools\Source\Python\GenFds
4) GenFds.exe has is a combo of the follow python source.(This is a temporary branch)
r750 <buildtools_project>\BaseTools\Source\Python\Common
|