diff options
author | hobbs <hobbs@noemail.net> | 1999-10-29 03:58:38 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 1999-10-29 03:58:38 (GMT) |
commit | e36dc8b581022370205013aec4d814110b483bef (patch) | |
tree | aa49bd9c998a83baaeac566bcbb8098746e8e581 | |
parent | 37d9a8e6c5473100b7d8c2457ce34ae1997f8d12 (diff) | |
download | tk-e36dc8b581022370205013aec4d814110b483bef.zip tk-e36dc8b581022370205013aec4d814110b483bef.tar.gz tk-e36dc8b581022370205013aec4d814110b483bef.tar.bz2 |
* makefile.vc: changed 'c:/program files' to c:/progra~1
FossilOrigin-Name: 64b1cc54ed0f91d4e5eb1574f953ec7824f674f8
-rw-r--r-- | win/makefile.vc | 10 | ||||
-rw-r--r-- | win/tkWinKey.c | 4 |
2 files changed, 6 insertions, 8 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 diff --git a/win/tkWinKey.c b/win/tkWinKey.c index 1ef7958..9ab4c5f 100644 --- a/win/tkWinKey.c +++ b/win/tkWinKey.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinKey.c,v 1.4 1999/04/16 01:51:52 stanton Exp $ + * RCS: @(#) $Id: tkWinKey.c,v 1.5 1999/10/29 03:58:39 hobbs Exp $ */ #include "tkWinInt.h" @@ -354,5 +354,3 @@ XKeysymToString(keysym) { return NULL; } - - |