summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorredman <redman@noemail.net>1999-07-22 23:45:52 (GMT)
committerredman <redman@noemail.net>1999-07-22 23:45:52 (GMT)
commit993c869c580d93b31f483ddce86a189cc3ce9093 (patch)
tree91e7b73adabbe60410c1d3bfbf80a468f97cd3f3 /win/makefile.vc
parentbc2f59b5547066b591571cbcfdfbb736a3c5bd27 (diff)
downloadtcl-993c869c580d93b31f483ddce86a189cc3ce9093.zip
tcl-993c869c580d93b31f483ddce86a189cc3ce9093.tar.gz
tcl-993c869c580d93b31f483ddce86a189cc3ce9093.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. FossilOrigin-Name: a5863b3a819ede0682256e786549373ccf350798
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc4
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.