diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-14 05:13:35 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-14 05:13:35 +0000 |
commit | ae0145cb908ea5da90684f8cd39c0e70f1e2b3bd (patch) | |
tree | 309b1f6c99ec77e76d713b2b360a60eb103156d7 /BaseTools | |
parent | 8fb31ab7f54e299305fd597aefb471ef42fd0c5e (diff) | |
download | edk2-platforms-ae0145cb908ea5da90684f8cd39c0e70f1e2b3bd.tar.xz |
1) Fixed the issue which macro in the form of ENV() can't be replaced.
2) Changed the class-less library instance format
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3839 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools')
-rwxr-xr-x | BaseTools/Bin/Win32/build.exe | bin | 1557531 -> 1475109 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 ac13631ca0..fccf1f2b69 100755 --- a/BaseTools/Bin/Win32/build.exe +++ b/BaseTools/Bin/Win32/build.exe diff --git a/BaseTools/ReadMe.txt b/BaseTools/ReadMe.txt index f461f05be1..f79ed2fcd6 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:
- r729 <buildtools_project>\BaseTools\Source\Python\Autogen
- r729 <buildtools_project>\BaseTools\Source\Python\build
- r729 <buildtools_project>\BaseTools\Source\Python\Common
- r729 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
- r729 <buildtools_project>\BaseTools\Source\Python\GenFds
+ r731 <buildtools_project>\BaseTools\Source\Python\Autogen
+ r731 <buildtools_project>\BaseTools\Source\Python\build
+ r731 <buildtools_project>\BaseTools\Source\Python\Common
+ r731 <buildtools_project>\BaseTools\Source\Python\CommonDataClass
+ r731 <buildtools_project>\BaseTools\Source\Python\GenFds
4) GenFds.exe has is a combo of the follow python source.(This is a temporary branch)
r729 <buildtools_project>\BaseTools\Source\Python\Common
|