summaryrefslogtreecommitdiff
path: root/examples/unBind.tcl
diff options
context:
space:
mode:
authorjestin2004-07-23 15:13:47 +0000
committerjestin2004-07-23 15:13:47 +0000
commit27750be02005de7ec5b1104fd7ed2e20f8a7826c (patch)
tree348a294fc286e7da2866fe84855bed0634cbcdd9 /examples/unBind.tcl
parent4396cd938bc12147390ceb3f01a7ebfbf5334b88 (diff)
downloadivy-c-27750be02005de7ec5b1104fd7ed2e20f8a7826c.zip
ivy-c-27750be02005de7ec5b1104fd7ed2e20f8a7826c.tar.gz
ivy-c-27750be02005de7ec5b1104fd7ed2e20f8a7826c.tar.bz2
ivy-c-27750be02005de7ec5b1104fd7ed2e20f8a7826c.tar.xz
Makefile ne fait pas encore partie du paquet
unbind est un script tcl pour montrer comment on se désabonne. Les exemples auraient dû être dans ivy-c-dev, ainsi que la doc html, n'est-ce pas ?
Diffstat (limited to 'examples/unBind.tcl')
-rwxr-xr-xexamples/unBind.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/unBind.tcl b/examples/unBind.tcl
index 6440f1a..4378213 100755
--- a/examples/unBind.tcl
+++ b/examples/unBind.tcl
@@ -1,5 +1,5 @@
#!/usr/bin/tclsh
-load ./libtclivy.so.3.6
+load ../src/libtclivy.so.3.6
proc connect { client action } { }