diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-19 15:55:44 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-19 15:55:44 +0000 |
commit | e189fded67ad50140d2c8171aa38842767f5d42e (patch) | |
tree | 02a9fe54592f7f0e348c08c324d0ff9b007b0fbe | |
parent | 7698f336b7c7cbd88805d21052e52e4129707da4 (diff) | |
download | edk2-e189fded67ad50140d2c8171aa38842767f5d42e.zip edk2-e189fded67ad50140d2c8171aa38842767f5d42e.tar.gz edk2-e189fded67ad50140d2c8171aa38842767f5d42e.tar.bz2 |
Synchronize binary with modification of r1618 in buildtools project. The modification is made for WorkspaceDatabase.py and affect the frozen binary of build.exe, GenFds.exe and TargetTools.exe
The modification is add additional checking for whether need renew the immediate file workspace database, the renew reason maybe:
The renew reason maybe:
1) If user force to renew;
2) If user do not force renew, and
a) If the time of last modified python source is newer than database file;
b) If the time of last modified frozen executable file is newer than database file, the executable file is build.exe in window and build in Linux/Unix/OSX
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8615 6f19259b-4bc3-4df7-8a09-765794883524
-rwxr-xr-x | BaseTools/Bin/Win32/GenFds.exe | bin | 1443998 -> 1429026 bytes |
-rwxr-xr-x | BaseTools/Bin/Win32/TargetTool.exe | bin | 590549 -> 580558 bytes |
-rwxr-xr-x | BaseTools/Bin/Win32/build.exe | bin | 1691839 -> 1678244 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/BaseTools/Bin/Win32/GenFds.exe b/BaseTools/Bin/Win32/GenFds.exe Binary files differindex d4f984f..0f9afdd 100755 --- a/BaseTools/Bin/Win32/GenFds.exe +++ b/BaseTools/Bin/Win32/GenFds.exe diff --git a/BaseTools/Bin/Win32/TargetTool.exe b/BaseTools/Bin/Win32/TargetTool.exe Binary files differindex 1c6a62d..a050e52 100755 --- a/BaseTools/Bin/Win32/TargetTool.exe +++ b/BaseTools/Bin/Win32/TargetTool.exe diff --git a/BaseTools/Bin/Win32/build.exe b/BaseTools/Bin/Win32/build.exe Binary files differindex 331e3e5..2dd8f81 100755 --- a/BaseTools/Bin/Win32/build.exe +++ b/BaseTools/Bin/Win32/build.exe |