diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-27 08:30:39 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-27 08:30:39 +0000 |
commit | 2f1b3cb20e72fdbae56bff86209ec051614a2549 (patch) | |
tree | 2237a59db6748ef852b3643cfba88101082c345f /BaseTools | |
parent | 5516d05a59f0c2028ef58c56f19204f323b3fce6 (diff) | |
download | edk2-platforms-2f1b3cb20e72fdbae56bff86209ec051614a2549.tar.xz |
1) Improved spawn mode (multi-thread) build performance
2) Changed the error/debug/warning message format
3) Added "--log" command line option to support storing log in file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3947 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools')
-rwxr-xr-x | BaseTools/Bin/Win32/build.exe | bin | 1509254 -> 1482946 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 5d74090569..120e59b3a7 100755 --- a/BaseTools/Bin/Win32/build.exe +++ b/BaseTools/Bin/Win32/build.exe diff --git a/BaseTools/ReadMe.txt b/BaseTools/ReadMe.txt index 044b366c3e..768df3a693 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:
- r750 <buildtools_project>\BaseTools\Source\Python\Autogen
- r750 <buildtools_project>\BaseTools\Source\Python\build
- r750 <buildtools_project>\BaseTools\Source\Python\Common
- r750 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
- r750 <buildtools_project>\BaseTools\Source\Python\GenFds
+ r773 <buildtools_project>\BaseTools\Source\Python\Autogen
+ r773 <buildtools_project>\BaseTools\Source\Python\build
+ r773 <buildtools_project>\BaseTools\Source\Python\Common
+ r773 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
+ r773 <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
|