Add OBJDIR optional build variable to the BULD build system module, to allow the user project to relocate the output object and dependency files to a different directory.

This commit is contained in:
Dean Camera 2012-06-10 19:39:40 +00:00
parent fe3a5c2462
commit 9ab445518a
10 changed files with 37 additions and 6 deletions

View file

@ -162,6 +162,11 @@
* <td><tt>LD_FLAGS</tt></td>
* <td>Flags to pass to the linker, after the automatically generated flags.</td>
* </tr>
* <tr>
* <td><tt>OBJDIR</tt></td>
* <td>Directory to place the generated object and dependency files. If set to "." the same folder as the source file will be used.
* \note When this option is enabled, all source filenames must be unique.</td>
* </tr>
* </table>
*
* \section SSec_BuildModule_BUILD_ProvideVariables Module Provided Variables