diff options
author | welch <welch@noemail.net> | 1998-07-24 15:11:59 (GMT) |
---|---|---|
committer | welch <welch@noemail.net> | 1998-07-24 15:11:59 (GMT) |
commit | ab191e80aa6abf9784bdeae34fc34fe077254693 (patch) | |
tree | 4d79419f0897caac9c0074d905e3fc5b2533eebc /win | |
parent | b698eb648e41f37a0bb2d8a114edef38792c4b01 (diff) | |
download | tk-ab191e80aa6abf9784bdeae34fc34fe077254693.zip tk-ab191e80aa6abf9784bdeae34fc34fe077254693.tar.gz tk-ab191e80aa6abf9784bdeae34fc34fe077254693.tar.bz2 |
Merged changes between child workspace "/home/welch/ws/tk8.0.3" and
parent workspace "/export/home/ws/tk8.0".
FossilOrigin-Name: 8706fea88fed10ac997fd10376a238684b5869c6
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 |