| 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 | }}} |