| OLD | NEW |
| 1 #------------------------------------------------------------------------------ | 1 #------------------------------------------------------------------------------ |
| 2 # rules.vc -- | 2 # rules.vc -- |
| 3 # | 3 # |
| 4 # Microsoft Visual C++ makefile include for decoding the commandline | 4 # Microsoft Visual C++ makefile include for decoding the commandline |
| 5 # macros. This file does not need editing to build Tcl. | 5 # macros. This file does not need editing to build Tcl. |
| 6 # | 6 # |
| 7 # See the file "license.terms" for information on usage and redistribution | 7 # See the file "license.terms" for information on usage and redistribution |
| 8 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. | 8 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. |
| 9 # | 9 # |
| 10 # Copyright (c) 2001-2003 David Gravereaux. | 10 # Copyright (c) 2001-2003 David Gravereaux. |
| (...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 702 !message *** Output directory will be '$(OUT_DIR)' | 702 !message *** Output directory will be '$(OUT_DIR)' |
| 703 !message *** Suffix for binaries will be '$(SUFX)' | 703 !message *** Suffix for binaries will be '$(SUFX)' |
| 704 !message *** Optional defines are '$(OPTDEFINES)' | 704 !message *** Optional defines are '$(OPTDEFINES)' |
| 705 !message *** Compiler version $(VCVER). Target machine is $(MACHINE) | 705 !message *** Compiler version $(VCVER). Target machine is $(MACHINE) |
| 706 !message *** Host architecture is $(NATIVE_ARCH) | 706 !message *** Host architecture is $(NATIVE_ARCH) |
| 707 !message *** Compiler options '$(COMPILERFLAGS) $(OPTIMIZATIONS) $(DEBUGFLAGS) $
(WARNINGS)' | 707 !message *** Compiler options '$(COMPILERFLAGS) $(OPTIMIZATIONS) $(DEBUGFLAGS) $
(WARNINGS)' |
| 708 !message *** Link options '$(LINKERFLAGS)' | 708 !message *** Link options '$(LINKERFLAGS)' |
| 709 | 709 |
| 710 !endif | 710 !endif |
| 711 | 711 |
| OLD | NEW |