Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Side by Side Diff: third_party/sqlite/src/autoconf/tea/win/rules.vc

Issue 901033002: Import SQLite 3.8.7.4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chromium changes to support SQLite 3.8.7.4. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698