summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorstanton <stanton>1999-09-18 00:20:56 (GMT)
committerstanton <stanton>1999-09-18 00:20:56 (GMT)
commitc0f23beb65e9af4511e5e455ca71039be233300b (patch)
treef2f5873294a9efe5f1f7721bd1911f424f2fafc6 /win/Makefile.in
parent29a8ab2e2bd76e215bfd83fbd45a492d6d670ada (diff)
downloadtk-c0f23beb65e9af4511e5e455ca71039be233300b.zip
tk-c0f23beb65e9af4511e5e455ca71039be233300b.tar.gz
tk-c0f23beb65e9af4511e5e455ca71039be233300b.tar.bz2
added DEMOPROGS
Diffstat (limited to 'win/Makefile.in')
-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.