diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-02-13 20:11:34 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-02-13 20:11:34 (GMT) |
commit | 416d31a5d289b4df2e58757e1379e1be37e30c5a (patch) | |
tree | 050815c26a5ab85ebd1e261e12a674e8e1223aad /PCbuild/sqlite3.vcproj | |
parent | 6f1d93149505c5b69578549a440175c5b32942b7 (diff) | |
download | cpython-416d31a5d289b4df2e58757e1379e1be37e30c5a.zip cpython-416d31a5d289b4df2e58757e1379e1be37e30c5a.tar.gz cpython-416d31a5d289b4df2e58757e1379e1be37e30c5a.tar.bz2 |
Move amd64 properties further to the top, so that they override
the linker options correctly.
Diffstat (limited to 'PCbuild/sqlite3.vcproj')
-rw-r--r-- | PCbuild/sqlite3.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PCbuild/sqlite3.vcproj b/PCbuild/sqlite3.vcproj index 0af1cdc..70badf5 100644 --- a/PCbuild/sqlite3.vcproj +++ b/PCbuild/sqlite3.vcproj @@ -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" > |