From e2336e39683b19946abc82adf3ebef84dc6d56dd Mon Sep 17 00:00:00 2001 From: jwang36 Date: Tue, 19 Feb 2008 06:39:47 +0000 Subject: 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 --- BaseTools/Conf/target.template | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'BaseTools/Conf/target.template') diff --git a/BaseTools/Conf/target.template b/BaseTools/Conf/target.template index 52d03f598..5623e7b30 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 + -- cgit v1.2.3