diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-02-19 06:39:47 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-02-19 06:39:47 +0000 |
commit | e2336e39683b19946abc82adf3ebef84dc6d56dd (patch) | |
tree | a5365a8510f0d702a4bf6a827d164387772da322 /BaseTools/Conf | |
parent | fa3127592485cad9bb5f259bd07f1a9e580281ea (diff) | |
download | edk2-platforms-e2336e39683b19946abc82adf3ebef84dc6d56dd.tar.xz |
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
Diffstat (limited to 'BaseTools/Conf')
-rw-r--r-- | BaseTools/Conf/target.template | 6 |
1 files changed, 6 insertions, 0 deletions
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
+
|