Check-in [380bdee1f8]
Overview
Comment:tcc4tcl 0.4
Timelines: family | ancestors | descendants | both | trunk | 0.4
Files: files | file ages | folders
SHA1: 380bdee1f883f91eceecb762278ec5908f98a21e
User & Date: rkeene on 2014-05-05 21:39:16
Other Links: manifest | tags
Context
2014-05-06
04:42
Updated to not weaken symbols in static library and changed --enable-static to --disable-shared check-in: 7deb61f66a user: rkeene tags: trunk
2014-05-05
21:39
tcc4tcl 0.4 check-in: 380bdee1f8 user: rkeene tags: trunk, 0.4
21:38
Cleanup configure and also weaken static library symbols check-in: bab5762df8 user: rkeene tags: trunk
Changes

Modified build/makearch.info from [38688ff634] to [04601e4432].

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.3"

# 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







|







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.4"

# 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