Check-in [194d1a7c62]
Overview
Comment:tcc4tcl 0.7
Timelines: family | ancestors | descendants | both | trunk | 0.7
Files: files | file ages | folders
SHA1: 194d1a7c622388f1a25b8ad47863203f9c10b9b2
User & Date: rkeene on 2014-05-17 05:55:21
Other Links: manifest | tags
Context
2014-05-17
06:00
tcc4tcl 0.8 check-in: 6b1cb98484 user: rkeene tags: trunk, 0.8
05:55
tcc4tcl 0.7 check-in: 194d1a7c62 user: rkeene tags: trunk, 0.7
05:46
Updated to setup LDFLAGS check-in: 8b0f7d0ccd user: rkeene tags: trunk
Changes

Modified build/makearch.info from [d168300de5] to [dbdf3a43e9].

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

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

# 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

Modified configure.ac from [1ab4dbd7bb] to [b2aa5f3b46].

47
48
49
50
51
52
53
54
55
56
57
58
59
AC_SUBST(TCC4TCL_TARGET)

dnl Perform Tcl Extension required stuff
TCLEXT_INIT

dnl This must be done last since it breaks the compilation
if test "${TCC4TCL_TARGET}" = "shared"; then
	DC_SETVERSIONSCRIPT([tcc4tcl.syms], [tcc4tcl.vers])
	DC_FIND_STRIP_AND_REMOVESYMS([tcc4tcl.syms])
fi

dnl Produce output
AC_OUTPUT(Makefile pkgIndex.tcl tcc4tcl.syms)







|





47
48
49
50
51
52
53
54
55
56
57
58
59
AC_SUBST(TCC4TCL_TARGET)

dnl Perform Tcl Extension required stuff
TCLEXT_INIT

dnl This must be done last since it breaks the compilation
if test "${TCC4TCL_TARGET}" = "shared"; then
	DC_SETVERSIONSCRIPT([tcc4tcl.vers], [tcc4tcl.syms])
	DC_FIND_STRIP_AND_REMOVESYMS([tcc4tcl.syms])
fi

dnl Produce output
AC_OUTPUT(Makefile pkgIndex.tcl tcc4tcl.syms)

Added tcc4tcl.vers version [a6acc26efb].













>
>
>
>
>
>
1
2
3
4
5
6
{
	global:
		Tcc4tcl_Init;
	local:
		*;
};