diff options
author | stanton <stanton> | 1999-09-18 00:20:56 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-09-18 00:20:56 (GMT) |
commit | c0f23beb65e9af4511e5e455ca71039be233300b (patch) | |
tree | f2f5873294a9efe5f1f7721bd1911f424f2fafc6 | |
parent | 29a8ab2e2bd76e215bfd83fbd45a492d6d670ada (diff) | |
download | tk-c0f23beb65e9af4511e5e455ca71039be233300b.zip tk-c0f23beb65e9af4511e5e455ca71039be233300b.tar.gz tk-c0f23beb65e9af4511e5e455ca71039be233300b.tar.bz2 |
added DEMOPROGS
-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. |