summaryrefslogtreecommitdiff
path: root/BaseTools
diff options
context:
space:
mode:
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2008-02-19 06:39:47 +0000
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2008-02-19 06:39:47 +0000
commite2336e39683b19946abc82adf3ebef84dc6d56dd (patch)
treea5365a8510f0d702a4bf6a827d164387772da322 /BaseTools
parentfa3127592485cad9bb5f259bd07f1a9e580281ea (diff)
downloadedk2-e2336e39683b19946abc82adf3ebef84dc6d56dd.zip
edk2-e2336e39683b19946abc82adf3ebef84dc6d56dd.tar.gz
edk2-e2336e39683b19946abc82adf3ebef84dc6d56dd.tar.bz2
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')
-rw-r--r--BaseTools/Bin/Win32/GenDepex.exebin587928 -> 589074 bytes
-rwxr-xr-xBaseTools/Bin/Win32/GenFds.exebin1338430 -> 1339189 bytes
-rwxr-xr-xBaseTools/Bin/Win32/build.exebin1551265 -> 1554656 bytes
-rw-r--r--BaseTools/Conf/target.template6
4 files changed, 6 insertions, 0 deletions
diff --git a/BaseTools/Bin/Win32/GenDepex.exe b/BaseTools/Bin/Win32/GenDepex.exe
index 37f1f3e..46cbe50 100644
--- a/BaseTools/Bin/Win32/GenDepex.exe
+++ b/BaseTools/Bin/Win32/GenDepex.exe
Binary files differ
diff --git a/BaseTools/Bin/Win32/GenFds.exe b/BaseTools/Bin/Win32/GenFds.exe
index 73cb096..42cfcf4 100755
--- a/BaseTools/Bin/Win32/GenFds.exe
+++ b/BaseTools/Bin/Win32/GenFds.exe
Binary files differ
diff --git a/BaseTools/Bin/Win32/build.exe b/BaseTools/Bin/Win32/build.exe
index 949582e..999c7f5 100755
--- a/BaseTools/Bin/Win32/build.exe
+++ b/BaseTools/Bin/Win32/build.exe
Binary files differ
diff --git a/BaseTools/Conf/target.template b/BaseTools/Conf/target.template
index 52d03f5..5623e7b 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
+