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:
William S Fulton 2004-01-20 21:22:56 +00:00
commit d2d3496881
22 changed files with 34 additions and 22 deletions

View file

@ -21,7 +21,7 @@ Click <a href="example.i">here</a> to see a SWIG interface with some variable de
<h2>Manipulating Variables from Tcl</h2>
Click <a href="example.tcl">here</a> to see a script that updates and prints out the values of
Click <a href="runme.tcl">here</a> to see a script that updates and prints out the values of
the variables defined in the above file. Notice how the C global variables work just
like normal Tcl variables.
@ -75,4 +75,4 @@ interface.
</body>
</html>
<hr>
<hr>

View file

@ -1,4 +1,4 @@
# file: example.tcl
# file: runme.tcl
catch { load ./example[info sharedlibextension] example}