Differences From Artifact [54a40b4861]:
- File unix/tclConfig.sh.in — part of check-in [c8a90daba2] at 2017-11-11 09:18:09 on branch core_zip_vfs — Improvements to tip430 to embed the /library file system within a shared library or as a zip archive with a canonical name matching the current patch level This new version also builds a native executable version of minizip to allow archive to be built within make, even when cross compiling Added a new function TclZipfs_AppHook which implements tip430 core behavior startups to stock tclsh Embedding the file system as a zip archive can be defeated with --enable-zipfs=no (user: hypnotoad size: 6180)
To Artifact [7be23d0963]:
- File unix/tclConfig.sh.in — part of check-in [95e6ece457] at 2018-05-24 13:27:12 on branch core_zip_vfs — merge 8.7 (user: dgp size: 6095) [more...]
| ︙ | |||
163 164 165 166 167 168 169 | 163 164 165 166 167 168 169 | - - - | TCL_STUB_LIB_SPEC='@TCL_STUB_LIB_SPEC@' # Path to the Tcl stub library in the build directory. TCL_BUILD_STUB_LIB_PATH='@TCL_BUILD_STUB_LIB_PATH@' # Path to the Tcl stub library in the install directory. TCL_STUB_LIB_PATH='@TCL_STUB_LIB_PATH@' |