summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-10-29 03:05:12 (GMT)
committerhobbs <hobbs>1999-10-29 03:05:12 (GMT)
commitaef40e6197cea8075214bd63641880e5823e2800 (patch)
tree0fff069ac01ec5fa93c3f571fb3a79bf9666c555 /win/makefile.vc
parent3160b5cc1bc35f5b483515bcb9956834055230af (diff)
downloadtcl-aef40e6197cea8075214bd63641880e5823e2800.zip
tcl-aef40e6197cea8075214bd63641880e5823e2800.tar.gz
tcl-aef40e6197cea8075214bd63641880e5823e2800.tar.bz2
* win/tclWinTest.c: added testvolumetype command, as atime is
completely ignored for Windows FAT file systems * win/tclWinPort.h: added sys/utime.h to includes
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc10
1 files changed, 5 insertions, 5 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index f14fdcc..00d7c8b 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.44 1999/10/05 22:47:05 hobbs Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.45 1999/10/29 03:05:12 hobbs Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
@@ -35,11 +35,11 @@
#
ROOT = ..
-TOOLS32 = c:\program files\devstudio\vc
-TOOLS32_rc = c:\program files\devstudio\sharedide
+TOOLS32 = c:\Progra~1\devstudio\vc
+TOOLS32_rc = c:\Progra~1\devstudio\sharedide
TOOLS16 = c:\msvc
-INSTALLDIR = c:\program files\Tcl
+INSTALLDIR = c:\Progra~1\Tcl
# Set this to the appropriate value of /MACHINE: for your platform
MACHINE = IX86
@@ -48,7 +48,7 @@ MACHINE = IX86
#THREADDEFINES = -DTCL_THREADS=1
# Set NODEBUG to 0 to compile with symbols
-NODEBUG = 1
+NODEBUG = 0
# The following defines can be used to control the amount of debugging
# code that is added to the compilation.