From cb87f82fc8be29612a63f6dd4807be639c64240d Mon Sep 17 00:00:00 2001 From: Amaury Forgeot d'Arc Date: Tue, 2 Sep 2008 22:36:25 +0000 Subject: Merged revisions 66166 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk Note: The Windows projects still use bsddb 4.4.20 on the py3k branch ........ r66166 | amaury.forgeotdarc | 2008-09-02 23:17:05 +0200 (mar., 02 sept. 2008) | 2 lines Use vs9to8.py to refresh the Visual Studio 2005 build files. ........ --- PC/VS8.0/_ctypes.vcproj | 2 +- PC/VS8.0/_multiprocessing.vcproj | 51 +++++---- PC/VS8.0/_sqlite3.vcproj | 16 +-- PC/VS8.0/pyproject.vsprops | 12 +- PC/VS8.0/sqlite3.vcproj | 240 ++++----------------------------------- PCbuild/vs9to8.py | 2 +- 6 files changed, 68 insertions(+), 255 deletions(-) diff --git a/PC/VS8.0/_ctypes.vcproj b/PC/VS8.0/_ctypes.vcproj index 836f997..eb19943 100644 --- a/PC/VS8.0/_ctypes.vcproj +++ b/PC/VS8.0/_ctypes.vcproj @@ -642,7 +642,7 @@ > diff --git a/PC/VS8.0/_multiprocessing.vcproj b/PC/VS8.0/_multiprocessing.vcproj index 198b87a..735ed12 100644 --- a/PC/VS8.0/_multiprocessing.vcproj +++ b/PC/VS8.0/_multiprocessing.vcproj @@ -3,10 +3,9 @@ ProjectType="Visual C++" Version="8.00" Name="_multiprocessing" - ProjectGUID="{9e48b300-37d1-11dd-8c41-005056c00008}" + ProjectGUID="{9E48B300-37D1-11DD-8C41-005056C00008}" RootNamespace="_multiprocessing" Keyword="Win32Proj" - TargetFrameworkVersion="196613" > + + @@ -198,13 +203,16 @@ Name="VCAppVerifierTool" /> + @@ -222,7 +230,6 @@ /> + @@ -363,7 +373,6 @@ Name="VCLinkerTool" AdditionalDependencies="ws2_32.lib" BaseAddress="0x1e1D0000" - TargetMachine="17" /> @@ -408,6 +417,7 @@ /> diff --git a/PC/VS8.0/_sqlite3.vcproj b/PC/VS8.0/_sqlite3.vcproj index aa31ad6..cbd02cc 100644 --- a/PC/VS8.0/_sqlite3.vcproj +++ b/PC/VS8.0/_sqlite3.vcproj @@ -42,7 +42,7 @@ /> diff --git a/PC/VS8.0/sqlite3.vcproj b/PC/VS8.0/sqlite3.vcproj index 93dda5d..071589a 100644 --- a/PC/VS8.0/sqlite3.vcproj +++ b/PC/VS8.0/sqlite3.vcproj @@ -42,7 +42,8 @@ /> - - - - - - - - - - - - - - - - - - - - @@ -573,167 +535,7 @@ Name="Source Files" > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/PCbuild/vs9to8.py b/PCbuild/vs9to8.py index c02cd79..0a341fb 100644 --- a/PCbuild/vs9to8.py +++ b/PCbuild/vs9to8.py @@ -24,7 +24,7 @@ def vs9to8(src, dest): # Bah. VS8.0 does not expand macros in file names. # Replace them here. - lines = lines.replace('$(sqlite3Dir)', '..\\..\\..\\sqlite-source-3.3.4') + lines = lines.replace('$(sqlite3Dir)', '..\\..\\..\\sqlite-3.5.9') lines = lines.replace('$(bsddbDir)\\..\\..', '..\\..\\..\\db-4.4.20\\build_win32\\..') lines = lines.replace('$(bsddbDir)', '..\\..\\..\\db-4.4.20\\build_win32') -- cgit v0.12