]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/GenBuild/org/tianocore/build/GenBuildTask.java
Add class header to FrameworkBuildTask. Remove some unused code from top level build...
[mirror_edk2.git] / Tools / Source / GenBuild / org / tianocore / build / GenBuildTask.java
index b82c28c413511e1dcca94324090f1db383dc3fcb..c8cc4ad74890729a245d705ac896467b4ca0d5be 100644 (file)
@@ -55,12 +55,14 @@ import org.tianocore.build.tools.ModuleItem;
   <p>The main function of this task is to parse module's surface area (MSA),\r
   then generate the corresponding <em>BaseName_build.xml</em> (the real ANT\r
   build script) and call this to build the module. The whole process including:\r
   <p>The main function of this task is to parse module's surface area (MSA),\r
   then generate the corresponding <em>BaseName_build.xml</em> (the real ANT\r
   build script) and call this to build the module. The whole process including:\r
+  <pre>\r
   1. generate AutoGen.c and AutoGen.h; \r
   2. build all dependent library instances;\r
   3. build all source files inlcude AutoGen.c; \r
   4. generate sections;\r
   5. generate FFS file if it is driver module while LIB file if it is Library module.\r
   1. generate AutoGen.c and AutoGen.h; \r
   2. build all dependent library instances;\r
   3. build all source files inlcude AutoGen.c; \r
   4. generate sections;\r
   5. generate FFS file if it is driver module while LIB file if it is Library module.\r
-  </p>\r
+  </pre>\r
+\r
 \r
   <p>\r
   The usage is (take module <em>HelloWorld</em> for example):\r
 \r
   <p>\r
   The usage is (take module <em>HelloWorld</em> for example):\r