From: jjin9 Date: Thu, 13 Sep 2007 01:26:40 +0000 (+0000) Subject: fix a bug which blocks the build process.change os.path.isfile to os.path.isabs X-Git-Tag: edk2-stable201903~22164 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=59565b2e40e248b52963604e60cb39d3b612b469 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 --- diff --git a/BaseTools/Bin/Win32/build.exe b/BaseTools/Bin/Win32/build.exe index d67d270141..f6068ae5a5 100755 Binary files a/BaseTools/Bin/Win32/build.exe and b/BaseTools/Bin/Win32/build.exe differ 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 \BaseTools\Source\Python\Autogen - r724 \BaseTools\Source\Python\build + r725 \BaseTools\Source\Python\build r700 \BaseTools\Source\Python\Common r695 \BaseTools\Source\Python\CommonDataClass r710 \BaseTools\Source\Python\GenFds