diff options
author | redman <redman> | 1999-07-22 23:45:52 (GMT) |
---|---|---|
committer | redman <redman> | 1999-07-22 23:45:52 (GMT) |
commit | 9e9f6a1ae649463e3d3cc5f0b052e6ad644cc5ac (patch) | |
tree | 91e7b73adabbe60410c1d3bfbf80a468f97cd3f3 /win/makefile.vc | |
parent | 56b77d9d6c418f3dee04f0b31834ad76e69e11dd (diff) | |
download | tcl-9e9f6a1ae649463e3d3cc5f0b052e6ad644cc5ac.zip tcl-9e9f6a1ae649463e3d3cc5f0b052e6ad644cc5ac.tar.gz tcl-9e9f6a1ae649463e3d3cc5f0b052e6ad644cc5ac.tar.bz2 |
Fix hange with socket code (win32) with threads enabled, fixed
the semaphores for threads disabled. Fixed calling of tcltest
in Makefile.in (win32) and fixed safe-6.3 for threads enabled.
Diffstat (limited to 'win/makefile.vc')
-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 4d77b51..169311d 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.41 1999/07/22 21:50:57 redman Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.42 1999/07/22 23:45:53 redman Exp $ # Does not depend on the presence of any environment variables in # order to compile tcl; all needed information is derived from @@ -48,7 +48,7 @@ MACHINE = IX86 #THREADDEFINES = -DTCL_THREADS=1 # Set NODEBUG to 0 to compile with symbols -NODEBUG = 0 +NODEBUG = 1 # The following defines can be used to control the amount of debugging # code that is added to the compilation. |