diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-12 12:26:45 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-12 12:26:45 +0000 |
commit | b6adf2c1fb423838325fce0b9007c06bd1ab01c1 (patch) | |
tree | ef7f182caa147025f987c4a49f255b338bbd2feb /BaseTools | |
parent | ccde0b6680b67999bba53ede3570b6eb6fdeeb32 (diff) | |
download | edk2-platforms-b6adf2c1fb423838325fce0b9007c06bd1ab01c1.tar.xz |
Fix a typo so that platforms without FDF file can pass build.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3807 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools')
-rwxr-xr-x | BaseTools/Bin/Win32/build.exe | bin | 1457828 -> 1457847 bytes | |||
-rw-r--r-- | BaseTools/ReadMe.txt | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Bin/Win32/build.exe b/BaseTools/Bin/Win32/build.exe Binary files differindex bcf8917ff0..326b8382b1 100755 --- a/BaseTools/Bin/Win32/build.exe +++ b/BaseTools/Bin/Win32/build.exe diff --git a/BaseTools/ReadMe.txt b/BaseTools/ReadMe.txt index 37d1387e6c..55378109b8 100644 --- a/BaseTools/ReadMe.txt +++ b/BaseTools/ReadMe.txt @@ -29,7 +29,7 @@ Notes: 3) build.exe in %WORKSPACE%\BaseTools\Bin\Win32 is generated from following revision of
Python source code:
r658 <buildtools_project>\BaseTools\Source\Python\Autogen
- r722 <buildtools_project>\BaseTools\Source\Python\build
+ r723 <buildtools_project>\BaseTools\Source\Python\build
r700 <buildtools_project>\BaseTools\Source\Python\Common
r695 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
r710 <buildtools_project>\BaseTools\Source\Python\GenFds
|