Changes between Version 2 and Version 3 of Documentation


Ignore:
Timestamp:
Nov 23, 2006, 5:31:26 PM (17 years ago)
Author:
bird
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation

    v2 v3  
    3131
    3232Each target has a number of properties which [wiki:kBuild kBuild] will look for. Some of these properties will come from the '''template''' if used, others will be picked up from the relevant '''tool''' and '''sdks'''. Which properties [wiki:kBuild kBuild] looks for depends on which target list the target was picked up in.
     33
     34{{{
     35#!html
     36<table class="wiki">
     37 <thead>
     38  <tr>
     39   <td>Property</td><td>Target Lists</td><td>Template Inheritance</td>
     40   <td>
     41    Description
     42   </td>
     43  </tr>
     44 </head>
     45 <tbody>
     46  <tr>
     47   <td>TEMPLATE</td><td>BLDPROGS, LIBRARIES, DLLS, PROGRAMS, SYSMODS, INSTALLS</td><td>No</td>
     48   <td>
     49    The property template to apply. Make sure you strip trailing tabs/spaces!
     50   </td>
     51  </tr>
     52  <tr>
     53   <td>TOOL</td><td>BLDPROGS, LIBRARIES, DLLS, PROGRAMS, SYSMODS, INSTALLS</td><td>Yes</td>
     54   <td>
     55    The tool to use to build this target.
     56   </td>
     57  </tr>
     58  <tr>
     59   <td>ATOOL</td><td>BLDPROGS, LIBRARIES, DLLS, PROGRAMS, SYSMODS</td><td>Yes</td>
     60   <td>
     61    The assembler tool to use to build this target or the assembly sources for this target.
     62   </td>
     63  </tr>
     64 </tbody>
     65</table>
     66}}}