Overview
Comment: | KitCreator 0.0.3.x
Updated to cleanup build info |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 0.0.3 |
Files: | files | file ages | folders |
SHA1: |
8670f53dbc244235ec3ca8ffdb119ba5 |
User & Date: | rkeene on 2010-09-26 04:38:07 |
Other Links: | manifest | tags |
Context
2010-09-26
| ||
04:38 |
Updated to find libraries to link to dynamically
Updated to add "unix" directory to header search path check-in: cacf7999db user: rkeene tags: trunk | |
04:38 |
KitCreator 0.0.3.x
Updated to cleanup build info check-in: 8670f53dbc user: rkeene tags: trunk, 0.0.3 | |
04:38 | Corrected typo check-in: 291050ca78 user: rkeene tags: trunk | |
Changes
Modified build/makearch.info from [a4cb5368b5] to [9cc458330a].
︙ | |||
12 13 14 15 16 17 18 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | - + | # If set to "auto" it will be maintained in a file called .version # in the source directory and the revision will be incremented # each time a "makearch" is done. # # If @@SVNLCR@@ is used anywhere in this version number, it will be # replaced with the highest last-changed-rev from the output of # svn info -R (or 0) |
︙ | |||
36 37 38 39 40 41 42 | 36 37 38 39 40 41 42 43 | - + | BEFORE="build/pre.sh" # This script is executed immediately prior to creation of the # tarball AFTER="" # Files matching these (space-seperated) patterns are deleted |