All the runtime scripts are called runme.tcl now for easier testing
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5651 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
501bca9b67
commit
d2d3496881
22 changed files with 34 additions and 22 deletions
|
|
@ -67,7 +67,7 @@ Here are some files that illustrate this with a simple example:
|
|||
<li><a href="example.c">example.c</a>
|
||||
<li><a href="example.h">example.h</a>
|
||||
<li><a href="example.i">example.i</a> (SWIG interface)
|
||||
<li><a href="example.tcl">example.tcl</a> (Sample script)
|
||||
<li><a href="runme.tcl">runme.tcl</a> (Sample script)
|
||||
</ul>
|
||||
|
||||
<h2>Notes</h2>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# file: example.tcl
|
||||
# file: runme.tcl
|
||||
|
||||
catch { load ./example[info sharedlibextension] example}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue