From e0dcaf9742f6e4266da25f025867a80a8be2846e Mon Sep 17 00:00:00 2001 From: welch Date: Fri, 24 Jul 1998 15:11:59 +0000 Subject: Merged changes between child workspace "/home/welch/ws/tk8.0.3" and parent workspace "/export/home/ws/tk8.0". --- win/makefile.vc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/win/makefile.vc b/win/makefile.vc index f75a69c..b3e763f 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-1996 Sun Microsystems, Inc. -# SCCS: %Z% $Id: makefile.vc,v 1.4 1998/07/21 08:05:12 escoffon Exp $ +# SCCS: %Z% $Id: makefile.vc,v 1.5 1998/07/24 15:11:59 welch Exp $ # Does not depend on the presence of any environment variables in # order to compile tcl; all needed information is derived from @@ -246,7 +246,12 @@ guilibsdll = $(libcdll) $(winlibs) ###################################################################### !IF "$(NODEBUG)" == "1" +!IF "$(MACHINE)" == "ALPHA" +# MSVC on Alpha doesn't understand -Ot +cdebug = -O2i -Gs -GD +!ELSE cdebug = -Oti -Gs -GD +!ENDIF !ELSE cdebug = -Z7 -Od -WX !ENDIF -- cgit v0.12