diff options
Diffstat (limited to 'win')
-rw-r--r-- | win/Makefile.in | 4 |
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. |