From: jwang36 Date: Tue, 19 Feb 2008 06:39:47 +0000 (+0000) Subject: a. Added binary file support during AutoGen X-Git-Tag: edk2-stable201903~21490 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=e2336e39683b19946abc82adf3ebef84dc6d56dd;p=mirror_edk2.git a. Added binary file support during AutoGen b. Removed "extern int __make_me_compile_correctly;" from AutoGen.h c. Added BUILD_RULE_CONF in target.txt to specify build rules file git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4705 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/BaseTools/Bin/Win32/GenDepex.exe b/BaseTools/Bin/Win32/GenDepex.exe index 37f1f3ecaf..46cbe505ac 100644 Binary files a/BaseTools/Bin/Win32/GenDepex.exe and b/BaseTools/Bin/Win32/GenDepex.exe differ diff --git a/BaseTools/Bin/Win32/GenFds.exe b/BaseTools/Bin/Win32/GenFds.exe index 73cb0965cc..42cfcf4b2d 100755 Binary files a/BaseTools/Bin/Win32/GenFds.exe and b/BaseTools/Bin/Win32/GenFds.exe differ diff --git a/BaseTools/Bin/Win32/build.exe b/BaseTools/Bin/Win32/build.exe index 949582e9a4..999c7f5463 100755 Binary files a/BaseTools/Bin/Win32/build.exe and b/BaseTools/Bin/Win32/build.exe differ diff --git a/BaseTools/Conf/target.template b/BaseTools/Conf/target.template index 52d03f5989..5623e7b303 100644 --- a/BaseTools/Conf/target.template +++ b/BaseTools/Conf/target.template @@ -70,3 +70,9 @@ MULTIPLE_THREAD = Enable # set this value to one more than the number of your compurter # cores or CPUs. MAX_CONCURRENT_THREAD_NUMBER = 1 + +# Build rules definition +# +# +BUILD_RULE_CONF = Conf/build_rule.txt +