Updated documentation to reflect the -runtime and -noruntime commandline options for working with multiple modules / runtime library

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6024 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-07-10 16:39:31 +00:00
commit 41e9a9c984
7 changed files with 52 additions and 108 deletions

View file

@ -2342,11 +2342,11 @@ output of SWIG is structured first.<p>
When SWIG creates its output file, it is broken up into four sections
corresponding to runtime libraries, headers, wrapper functions, and module
corresponding to runtime code, headers, wrapper functions, and module
initialization code (in that order).
<ul>
<li><b>Runtime libraries</b>. <br>
<li><b>Runtime code</b>. <br>
This code is internal to SWIG and is used to include
type-checking and other support functions that are used by the rest of the module.
@ -2657,4 +2657,4 @@ The bottom line: don't do this.
<address>SWIG 1.3 - Last Modified : August 7, 2003</address>
</body>
</html>
</html>