diff options
author | hypnotoad <yoda@etoyoc.com> | 2017-11-11 09:18:09 (GMT) |
---|---|---|
committer | hypnotoad <yoda@etoyoc.com> | 2017-11-11 09:18:09 (GMT) |
commit | 932afb01058a92816df27ea786c0a5c0cbd09290 (patch) | |
tree | 6b7a1ec1fe847b056ae344875a94dd9fa1822c4f /generic/tclPkgConfig.c | |
parent | b2722c42b1a43b10ba1047b6be28d5b4663732b8 (diff) | |
download | tcl-932afb01058a92816df27ea786c0a5c0cbd09290.zip tcl-932afb01058a92816df27ea786c0a5c0cbd09290.tar.gz tcl-932afb01058a92816df27ea786c0a5c0cbd09290.tar.bz2 |
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
Diffstat (limited to 'generic/tclPkgConfig.c')
-rw-r--r-- | generic/tclPkgConfig.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclPkgConfig.c b/generic/tclPkgConfig.c index 466d535..53b7dbb 100644 --- a/generic/tclPkgConfig.c +++ b/generic/tclPkgConfig.c @@ -105,6 +105,8 @@ static Tcl_Config const cfg[] = { {"scriptdir,runtime", CFG_RUNTIME_SCRDIR}, {"includedir,runtime", CFG_RUNTIME_INCDIR}, {"docdir,runtime", CFG_RUNTIME_DOCDIR}, + {"dllfile,runtime", CFG_RUNTIME_DLLFILE}, + {"zipfile,runtime", CFG_RUNTIME_ZIPFILE}, /* Installation paths to various stuff */ |