diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-06-23 15:15:52 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-06-23 15:15:52 +0000 |
| commit | 9b5797f06ef8175749d7357028515a2028558738 (patch) | |
| tree | 42c9870972bb8825a79c6372f2623a2f2d85cffd /LUFA/DoxygenPages | |
| parent | 6e35db5fda2accb35eb0dacd0d4c892f334af77e (diff) | |
Add ability to archive build object files into a .a library file to the BUILD build system module.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2365 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/DoxygenPages')
| -rw-r--r-- | LUFA/DoxygenPages/BuildSystem.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/BuildSystem.txt b/LUFA/DoxygenPages/BuildSystem.txt index 5190adf2..8cce2a54 100644 --- a/LUFA/DoxygenPages/BuildSystem.txt +++ b/LUFA/DoxygenPages/BuildSystem.txt @@ -70,6 +70,10 @@ * <td>Display a size-sorted list of symbols from the compiled application, in decimal bytes.</td>
* </tr>
* <tr>
+ * <td><tt>lib</tt></td>
+ * <td>Build and archive all source files into a library A binary file.</td>
+ * </tr>
+ * <tr>
* <td><tt>all</tt></td>
* <td>Build and link the application into ELF debug and HEX binary files.</td>
* </tr>
|
