summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorhobbs <hobbs>2006-12-13 20:38:28 (GMT)
committerhobbs <hobbs>2006-12-13 20:38:28 (GMT)
commitf38f2bb782da9c10fa2bd98ac08136ade6fcb22f (patch)
tree2fdad1904eab8dc0c49cfcdf5d9c2c94d06a34f5 /win/Makefile.in
parent94acb8d71c38b7e493d498a69816f77b520f49f1 (diff)
downloadtk-f38f2bb782da9c10fa2bd98ac08136ade6fcb22f.zip
tk-f38f2bb782da9c10fa2bd98ac08136ade6fcb22f.tar.gz
tk-f38f2bb782da9c10fa2bd98ac08136ade6fcb22f.tar.bz2
* win/Makefile.in, unix/Makefile.in (demo): add 'demo' target
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 963dcda..f738911 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -4,7 +4,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.70 2006/10/31 01:42:27 hobbs Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.71 2006/12/13 20:38:29 hobbs Exp $
TCLVERSION = @TCL_VERSION@
TCLPATCHL = @TCL_PATCH_LEVEL@
@@ -446,6 +446,9 @@ runtest: binaries $(TKTEST)
shell: binaries
$(SHELL_ENV) ./$(WISH) $(SCRIPT)
+demo:
+ $(SHELL_ENV) ./$(WISH) $(ROOT_DIR)/library/demos/widget
+
# This target can be used to run wish inside either gdb or insight
gdb: binaries
@echo "set env TCL_LIBRARY=$(TCL_SRC_DIR_NATIVE)/library" > gdb.run