From a7bfa1882afc50c239235c712ef9ab4b18698113 Mon Sep 17 00:00:00 2001 From: hobbs Date: Fri, 29 Oct 1999 03:58:39 +0000 Subject: * makefile.vc: changed 'c:/program files' to c:/progra~1 --- win/makefile.vc | 10 +++++----- 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; } - - -- cgit v0.12