diff options
author | hobbs <hobbs@noemail.net> | 2000-02-10 02:54:23 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2000-02-10 02:54:23 (GMT) |
commit | eb8ded62acbd0c7ca6011d2835e79893a660d828 (patch) | |
tree | 69268ccf079dabda08c236883cf16067644343b0 /win | |
parent | 0687daa1b47e0edfd6d967345fb93037c812569b (diff) | |
download | tk-eb8ded62acbd0c7ca6011d2835e79893a660d828.zip tk-eb8ded62acbd0c7ca6011d2835e79893a660d828.tar.gz tk-eb8ded62acbd0c7ca6011d2835e79893a660d828.tar.bz2 |
flipped debug bit
FossilOrigin-Name: 4ce0440592897e3dc9b6e38cd53ff08d7f0256be
Diffstat (limited to 'win')
-rw-r--r-- | win/makefile.vc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 254631e..036892d 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -4,7 +4,7 @@ # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # Copyright (c) 1995-1997 Sun Microsystems, Inc. -# RCS: @(#) $Id: makefile.vc,v 1.31 2000/02/08 11:31:49 hobbs Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.32 2000/02/10 02:54:23 hobbs Exp $ # Does not depend on the presence of any environment variables in # order to compile tcl; all needed information is derived from @@ -44,7 +44,7 @@ TOOLS32_rc = c:\Progra~1\devstudio\sharedide #THREADDEFINES = -DTCL_THREADS=1 # Set NODEBUG to 0 to compile with symbols -NODEBUG = 0 +NODEBUG = 1 # uncomment the following two lines to compile with TCL_MEM_DEBUG #DEBUGDEFINES =-DTCL_MEM_DEBUG |