summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1999-09-18 00:20:55 (GMT)
committerstanton <stanton@noemail.net>1999-09-18 00:20:55 (GMT)
commitcd0c91b2a04e965e5f3ac9b01b5f9f6828baf156 (patch)
treef2f5873294a9efe5f1f7721bd1911f424f2fafc6 /win
parent5defb3b610b6428f6fd15d21d4ea83965fe01f31 (diff)
downloadtk-cd0c91b2a04e965e5f3ac9b01b5f9f6828baf156.zip
tk-cd0c91b2a04e965e5f3ac9b01b5f9f6828baf156.tar.gz
tk-cd0c91b2a04e965e5f3ac9b01b5f9f6828baf156.tar.bz2
added DEMOPROGS
FossilOrigin-Name: 9e45d573ac1f12a08cae1a21ce29ddf295265d5d
Diffstat (limited to 'win')
-rw-r--r--win/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index ca66aa1..12ef257 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.10 1999/09/10 00:23:12 wart Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.11 1999/09/18 00:20:56 stanton Exp $
TCLVERSION = @TCL_VERSION@
VERSION = @TK_VERSION@
@@ -326,6 +326,8 @@ TK_OBJS = \
STUB_OBJS = \
tkStubLib.$(OBJEXT)
+DEMOPROGS = browse hello ixset rmt rolodex square tcolor timer widget
+
# Main targets. The default target -- all -- builds the binaries,
# performs any post processing on libraries or documents.