Overview
| Comment: | tcc4tcl 0.12 |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk | 0.12 |
| Files: | files | file ages | folders |
| SHA1: |
5fb5de4c8583c2ce2808e66fe2dcfbb0 |
| User & Date: | rkeene on 2014-05-22 04:45:49.729 |
| Other Links: | manifest | tags |
Context
|
2014-05-22
| ||
| 05:11 | Updated to work with MUSL GCC-ism check-in: 448a1f6fa3 user: rkeene tags: trunk | |
| 04:45 | tcc4tcl 0.12 check-in: 5fb5de4c85 user: rkeene tags: trunk, 0.12 | |
| 04:45 | Updated to support not providing a dlopen symbol in the static archive (and default to not providing one in the shared archive) check-in: 149997010d user: rkeene tags: trunk | |
Changes
Modified build/makearch.info
from [4f007dc901]
to [bc6ff8242c].
| ︙ | ︙ | |||
13 14 15 16 17 18 19 | # 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) | | | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
# 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)
VERS="0.12"
# Space sperated list of documents, if they exist, they will be
# prefixed with the contents of the DOC_HDR file and substitution
# will occur:
# @@UTIL@@ becomes the utility name ${UTIL}
# @@VERS@@ becomes the utility version
# @@DATE@@ becomes the current date
|
| ︙ | ︙ |