Overview
Comment: | Added missing file from previous commit |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d08ab67dfd549e4b083a56c901b78867 |
User & Date: | rkeene on 2010-10-02 08:40:56 |
Other Links: | manifest | tags |
Context
2010-10-02
| ||
08:58 |
Updated to set runtime linker path on drivers to "." rather than pwd
Updated setting runtime linker path to use more compatible option check-in: c77d16728b user: rkeene tags: trunk | |
08:40 | Added missing file from previous commit check-in: d08ab67dfd user: rkeene tags: trunk | |
08:39 |
Updated Minkit build scripts to support buildint KitDLL
Added fix for building KitDLL on platforms without working "strtod" Updated to support compiling TclVFS extension with "-fPIC" when building KitDLL check-in: e143e5ef08 user: rkeene tags: trunk | |
Changes
Added tcl/patchscripts/fixfixstrtod.sh version [cdb22906ce].
> > > > > > | 1 2 3 4 5 6 | #! /bin/bash echo '#undef strtod' > 'compat/strtod.c.new' cat 'compat/strtod.c' >> 'compat/strtod.c.new' cat 'compat/strtod.c.new' > 'compat/strtod.c' rm -f 'compat/strtod.c.new' |