changes after maketoc.py was run
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6039 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
814127d40f
commit
07b2b75836
22 changed files with 436 additions and 362 deletions
|
|
@ -24,7 +24,7 @@
|
|||
</ul>
|
||||
<li><a href="#n10">TinyCLOS</a>
|
||||
<li><a href="#n11">Compilation</a>
|
||||
<li><a href="#n12">Linking</a>
|
||||
<li><a href="#n12">Linkage</a>
|
||||
<ul>
|
||||
<li><a href="#n13">Shared library</a>
|
||||
<li><a href="#n14">Static binary</a>
|
||||
|
|
@ -300,6 +300,7 @@
|
|||
|
||||
<a name="n13"></a><H3>25.5.1 Shared library</H3>
|
||||
|
||||
|
||||
<p>
|
||||
The easiest way to use SWIG and CHICKEN is to use the csc compiler
|
||||
wrapper provided by CHICKEN. Assume you have a SWIG interface file
|
||||
|
|
@ -319,6 +320,7 @@
|
|||
|
||||
<a name="n14"></a><H3>25.5.2 Static binary</H3>
|
||||
|
||||
|
||||
<p>Again, we can easily use csc to build a binary.</p>
|
||||
|
||||
<pre><blockquote>
|
||||
|
|
@ -507,4 +509,4 @@
|
|||
<li>No exception handling.</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue