diff options
author | jjin9 <jjin9@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-13 01:26:40 +0000 |
---|---|---|
committer | jjin9 <jjin9@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-13 01:26:40 +0000 |
commit | 59565b2e40e248b52963604e60cb39d3b612b469 (patch) | |
tree | db2420bfe87470782e1eee2851d674b8f27da818 /BaseTools | |
parent | cd7e9a3342bf57ed3ab6860bb85df307560905f8 (diff) | |
download | edk2-platforms-59565b2e40e248b52963604e60cb39d3b612b469.tar.xz |
fix a bug which blocks the build process.change os.path.isfile to os.path.isabs
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3809 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools')
-rwxr-xr-x | BaseTools/Bin/Win32/build.exe | bin | 1457925 -> 1453915 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 d67d270141..f6068ae5a5 100755 --- a/BaseTools/Bin/Win32/build.exe +++ b/BaseTools/Bin/Win32/build.exe diff --git a/BaseTools/ReadMe.txt b/BaseTools/ReadMe.txt index e5ec485285..0880b08cc6 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
- r724 <buildtools_project>\BaseTools\Source\Python\build
+ r725 <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
|