]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Conf/target.template
Remove unused EFI32 macro.
[mirror_edk2.git] / BaseTools / Conf / target.template
index 52d03f598926c16c9377f4387e449c4471103dd4..5ce56d3fe82f3741f58f2d36e949ed6bfccc056e 100644 (file)
@@ -58,15 +58,13 @@ TOOL_CHAIN_CONF       = Conf/tools_def.txt
 #                                             used for the build.  The list uses space character separation.\r
 TOOL_CHAIN_TAG        = MYTOOLS\r
 \r
-#  MULTIPLE_THREAD       FLAG      Optional   Flag to enable multi-thread build. If not specified, default\r
-#                                             is "Disable". If your computer is multi-core or multiple CPUs,\r
-#                                             enabling this feature will bring much benefit. \r
-#                                             This feature is only available for "spawn" build mode, and \r
-#                                             only for PLATFORM build. The clean, cleanall or\r
-#                                             stand-alone module build is still using the normal way.\r
-MULTIPLE_THREAD       = Enable\r
-\r
-# MAX_CONCURRENT_THREAD_NUMBER  NUMBER  Optional  The number of concurrent threads. Default is 1. Recommend to\r
-#                                                 set this value to one more than the number of your compurter\r
-#                                                 cores or CPUs.\r
+# MAX_CONCURRENT_THREAD_NUMBER  NUMBER  Optional  The number of concurrent threads. Recommend to set this\r
+#                                                 value to one more than the number of your compurter\r
+#                                                 cores or CPUs. Less than 2 means disable multithread build.\r
 MAX_CONCURRENT_THREAD_NUMBER = 1\r
+\r
+# Build rules definition\r
+#\r
+#\r
+BUILD_RULE_CONF = Conf/build_rule.txt\r
+\r