Overview
Comment: | tcc4tcl 0.7 |
---|---|
Timelines: | family | ancestors | descendants | both | trunk | 0.7 |
Files: | files | file ages | folders |
SHA1: |
194d1a7c622388f1a25b8ad47863203f |
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 | 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) |
︙ |
Modified configure.ac from [1ab4dbd7bb] to [b2aa5f3b46].
︙ | |||
47 48 49 50 51 52 53 | 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 |
Added tcc4tcl.vers version [a6acc26efb].
|