diff options
author | welch <welch> | 1998-07-24 15:11:59 (GMT) |
---|---|---|
committer | welch <welch> | 1998-07-24 15:11:59 (GMT) |
commit | e0dcaf9742f6e4266da25f025867a80a8be2846e (patch) | |
tree | 4d79419f0897caac9c0074d905e3fc5b2533eebc /win | |
parent | 8d3bcb409411ee5d1431e3c3fc6a2925081ff911 (diff) | |
download | tk-e0dcaf9742f6e4266da25f025867a80a8be2846e.zip tk-e0dcaf9742f6e4266da25f025867a80a8be2846e.tar.gz tk-e0dcaf9742f6e4266da25f025867a80a8be2846e.tar.bz2 |
Merged changes between child workspace "/home/welch/ws/tk8.0.3" and
parent workspace "/export/home/ws/tk8.0".
Diffstat (limited to 'win')
-rw-r--r-- | win/makefile.vc | 7 |
1 files changed, 6 insertions, 1 deletions
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 |