diff options
author | stanton <stanton> | 1999-04-30 23:35:40 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-04-30 23:35:40 (GMT) |
commit | 90da45da031980e399760471d926ae96e65877e8 (patch) | |
tree | 787d1128a1f92b1b971b2915eafc15fb12592785 /win/makefile.vc | |
parent | fe45fa11e3df7cd37954c0f8051d9948114951b6 (diff) | |
download | tcl-90da45da031980e399760471d926ae96e65877e8.zip tcl-90da45da031980e399760471d926ae96e65877e8.tar.gz tcl-90da45da031980e399760471d926ae96e65877e8.tar.bz2 |
* Changed version to 8.1.1.
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index bd3dec9..f183e4c 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -6,7 +6,7 @@ # Copyright (c) 1995-1996 Sun Microsystems, Inc. # Copyright (c) 1998-1999 by Scriptics Corporation. # -# RCS: @(#) $Id: makefile.vc,v 1.30 1999/04/21 21:50:33 rjohnson Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.31 1999/04/30 23:35:41 stanton Exp $ # Does not depend on the presence of any environment variables in # order to compile tcl; all needed information is derived from @@ -62,6 +62,7 @@ NODEBUG = 1 # #DEBUGDEFINES = -DTCL_MEM_DEBUG -DTCL_COMPILE_DEBUG -DTCL_COMPILE_STATS #DEBUGDEFINES = -DUSE_TCLALLOC=0 +DEBUGDEFINES = -DTCL_COMPILE_DEBUG ###################################################################### # Do not modify below this line |