All the runtime scripts are called runme.tcl now for easier testing
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5651 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
8e73549052
commit
8d4c509404
22 changed files with 34 additions and 22 deletions
|
|
@ -19,7 +19,7 @@ to see a SWIG interface with some constant declarations in it.
|
|||
|
||||
<h2>Accessing Constants from Tcl</h2>
|
||||
|
||||
Click <a href="example.tcl">here</a> to see a script that prints out the values
|
||||
Click <a href="runme.tcl">here</a> to see a script that prints out the values
|
||||
of the constants contained in the above file.
|
||||
|
||||
<h2>Key points</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