]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Updated the macro description according to the latest changes in build tool.
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 31 Dec 2008 06:06:11 +0000 (06:06 +0000)
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 31 Dec 2008 06:06:11 +0000 (06:06 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7159 6f19259b-4bc3-4df7-8a09-765794883524

BaseTools/Conf/build_rule.template

index d3b8e7ccc32fd5a2edc722d0817079a82fe2dd66..9f49d44261c65d467619eeddeac1100e12520b2f 100644 (file)
@@ -64,6 +64,7 @@
 #   $(BIN_DIR)          Common directory for executable files\r
 #   $(FV_DIR)           Directory to store flash image files\r
 #   $(INC)              Search path of current module\r
+#   $(INC_LIST)         A file containing search pathes of current module\r
 #   $(LIBS)             Static library files of current module\r
 #   $(<tool>_FLAGS)     Tools flags of current module\r
 #   $(MODULE_NAME)      Current module name\r
 #   $(TARGET)           Target of current module (DEBUG/RELEASE)\r
 #   $(<tool>)           Path of tool\r
 #   $(EDK_TOOLS_PATH)   Path of build tools\r
-#   $(<FILE_TYPE_LIST>) File list of each file type\r
+#   $(<FILE_TYPES>)     File list of each file type\r
 #                       (Note: The macro name is derived from file type name. For example,\r
-#                        C-Code-File will have C_CODE_FILE_LIST macro.)\r
+#                        C-Code-File will have C_CODE_FILES macro.)\r
+#   $(<FILE_TYPES_LIST>) Macro point to a file containing list of files of a file type\r
+#                       (\r
+#                        Note: The macro and file name are derived from file type name.\r
+#                        For example, C-Code-File will have C_CODE_FILES_LIST macro pointing \r
+#                        to $(OUTPUT_DIR)/c_code_files.lst. The list file and macro name\r
+#                        will be generated only when this macro is used in command line.\r
+#                        This is intended to get over the long command line limitation.\r
+#                       )\r
 #\r
 #   $(CP)     copy command\r
 #   $(MV)     move command\r