Changes To KitDLL SDK

Changes to "KitDLL SDK" between 2011-11-20 20:57:04 and 2011-11-20 22:39:01










1
2
3
4
5
6
7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
+
+
+
+
+
+
+
+
+







When you build a KitDLL, a "libtclkit-sdk-<tclvers>.tar.gz" tarball is also
produced.  This tarball contains the Tcl (and Tk, if compiled) stubs libraries,
and Tcl (and Tk, if compiled) header files needed to compile and link things
against Tcl (and Tk).  It also includes "tclConfig.sh" (and "tkConfig.sh", if
Tk was compiled).

The purpose for this tarball is to be used to build Tcl extensions or
applications that rely on Tcl/Tk using the KitDLL.

Example:

<ol>
  <li>Compiling a Tcl extension using a KitDLL SDK
    <ol type="a">
      <li>Build or <a href="?name=Downloads">Download</a> a KitDLL SDK</li>
      <li><tt>$ tar -xf <i>/path/to</i>/libtclkit-sdk-8.4.19.tar.gz</tt></li>