[Python-checkins] r69589 - python/trunk/PCbuild/sqlite3.vcproj

martin.v.loewis python-checkins at python.org
Fri Feb 13 21:11:34 CET 2009


Author: martin.v.loewis
Date: Fri Feb 13 21:11:34 2009
New Revision: 69589

Log:
Move amd64 properties further to the top, so that they override
the linker options correctly.

Modified:
   python/trunk/PCbuild/sqlite3.vcproj

Modified: python/trunk/PCbuild/sqlite3.vcproj
==============================================================================
--- python/trunk/PCbuild/sqlite3.vcproj	(original)
+++ python/trunk/PCbuild/sqlite3.vcproj	Fri Feb 13 21:11:34 2009
@@ -82,7 +82,7 @@
 		<Configuration
 			Name="Debug|x64"
 			ConfigurationType="2"
-			InheritedPropertySheets=".\x64.vsprops;.\sqlite3.vsprops;.\debug.vsprops"
+			InheritedPropertySheets=".\sqlite3.vsprops;.\debug.vsprops;.\x64.vsprops"
 			CharacterSet="0"
 			>
 			<Tool
@@ -204,7 +204,7 @@
 		<Configuration
 			Name="Release|x64"
 			ConfigurationType="2"
-			InheritedPropertySheets=".\x64.vsprops;.\sqlite3.vsprops"
+			InheritedPropertySheets=".\sqlite3.vsprops;.\x64.vsprops"
 			CharacterSet="0"
 			WholeProgramOptimization="1"
 			>
@@ -327,7 +327,7 @@
 		<Configuration
 			Name="PGInstrument|x64"
 			ConfigurationType="2"
-			InheritedPropertySheets=".\x64.vsprops;.\sqlite3.vsprops;.\pginstrument.vsprops"
+			InheritedPropertySheets=".\sqlite3.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
 			CharacterSet="0"
 			WholeProgramOptimization="1"
 			>
@@ -449,7 +449,7 @@
 		<Configuration
 			Name="PGUpdate|x64"
 			ConfigurationType="2"
-			InheritedPropertySheets=".\x64.vsprops;.\sqlite3.vsprops;.\pgupdate.vsprops"
+			InheritedPropertySheets=".\sqlite3.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
 			CharacterSet="0"
 			WholeProgramOptimization="1"
 			>


More information about the Python-checkins mailing list