diff options
author | hobbs <hobbs@noemail.net> | 1999-10-29 03:05:11 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 1999-10-29 03:05:11 (GMT) |
commit | 673164643cff9d382120d239eacd4bd933310668 (patch) | |
tree | 0fff069ac01ec5fa93c3f571fb3a79bf9666c555 /win/makefile.vc | |
parent | d45daf940b56f1445c09c4eeb39fb71e43f4c79c (diff) | |
download | tcl-673164643cff9d382120d239eacd4bd933310668.zip tcl-673164643cff9d382120d239eacd4bd933310668.tar.gz tcl-673164643cff9d382120d239eacd4bd933310668.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
FossilOrigin-Name: 3fdb59940fb585bec0b20edc340397e90864db39
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 10 |
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. |