diff options
author | hobbs <hobbs> | 1999-10-29 03:58:39 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-10-29 03:58:39 (GMT) |
commit | a7bfa1882afc50c239235c712ef9ab4b18698113 (patch) | |
tree | aa49bd9c998a83baaeac566bcbb8098746e8e581 /win/makefile.vc | |
parent | 435a8fccf408b30d0d9e1db99b59ac3d7815c8d0 (diff) | |
download | tk-a7bfa1882afc50c239235c712ef9ab4b18698113.zip tk-a7bfa1882afc50c239235c712ef9ab4b18698113.tar.gz tk-a7bfa1882afc50c239235c712ef9ab4b18698113.tar.bz2 |
* makefile.vc: changed 'c:/program files' to c:/progra~1
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 5efd132..6929bc0 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.28 1999/10/01 22:45:31 hobbs Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.29 1999/10/29 03:58:39 hobbs Exp $ # Does not depend on the presence of any environment variables in # order to compile tcl; all needed information is derived from @@ -26,10 +26,10 @@ # 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 TCLDIR = ..\..\tcl8.3 -INSTALLDIR = c:\program files\tcl +INSTALLDIR = c:\progra~1\tcl # Set this to the appropriate value of /MACHINE: for your platform MACHINE = IX86 @@ -38,7 +38,7 @@ MACHINE = IX86 #THREADDEFINES = -DTCL_THREADS=1 # Set NODEBUG to 0 to compile with symbols -NODEBUG = 1 +NODEBUG = 0 # uncomment the following two lines to compile with TCL_MEM_DEBUG #DEBUGDEFINES =-DTCL_MEM_DEBUG |