From 60954356643725b9c082246ca43edf18fdaf8231 Mon Sep 17 00:00:00 2001 From: Hirokazu Yamamoto Date: Mon, 13 Sep 2010 05:59:38 +0000 Subject: [PATCH] Updated PC/VS8.0 with PCBuild/vs9to8.py. --- PC/VS8.0/_multiprocessing.vcproj | 2 +- PC/VS8.0/_sqlite3.vcproj | 16 ++--- PC/VS8.0/bdist_wininst.vcproj | 4 +- PC/VS8.0/pyd.vsprops | 7 +- PC/VS8.0/pyd_d.vsprops | 5 ++ PC/VS8.0/pyproject.vsprops | 4 +- PC/VS8.0/pythoncore.vcproj | 108 +++++++++++++++++-------------- PC/VS8.0/sqlite3.vcproj | 46 ++++++------- PC/VS8.0/sqlite3.vsprops | 14 ++++ 9 files changed, 115 insertions(+), 91 deletions(-) create mode 100644 PC/VS8.0/sqlite3.vsprops diff --git a/PC/VS8.0/_multiprocessing.vcproj b/PC/VS8.0/_multiprocessing.vcproj index 198b87aa103d..ee76aecec3aa 100644 --- a/PC/VS8.0/_multiprocessing.vcproj +++ b/PC/VS8.0/_multiprocessing.vcproj @@ -3,7 +3,7 @@ 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" diff --git a/PC/VS8.0/_sqlite3.vcproj b/PC/VS8.0/_sqlite3.vcproj index cbd02cc3efa3..d9e89c73ce26 100644 --- a/PC/VS8.0/_sqlite3.vcproj +++ b/PC/VS8.0/_sqlite3.vcproj @@ -42,7 +42,7 @@ /> + + + - - @@ -846,6 +842,10 @@ RelativePath="..\..\Include\pyarena.h" > + + @@ -879,7 +879,7 @@ > + + @@ -946,10 +950,6 @@ RelativePath="..\..\Include\sysmodule.h" > - - @@ -998,38 +998,6 @@ RelativePath="..\..\Modules\_csv.c" > - - - - - - - - - - - - - - - - @@ -1074,6 +1042,14 @@ RelativePath="..\..\Modules\_struct.c" > + + + + @@ -1174,10 +1150,6 @@ RelativePath="..\..\Modules\_threadmodule.c" > - - @@ -1194,6 +1166,42 @@ RelativePath="..\..\Modules\zlibmodule.c" > + + + + + + + + + + + + + + + + + + @@ -1670,10 +1678,6 @@ RelativePath="..\..\Python\dynamic_annotations.c" > - - @@ -1771,7 +1775,7 @@ > + + diff --git a/PC/VS8.0/sqlite3.vcproj b/PC/VS8.0/sqlite3.vcproj index 071589a7ff28..e7e072880c63 100644 --- a/PC/VS8.0/sqlite3.vcproj +++ b/PC/VS8.0/sqlite3.vcproj @@ -22,7 +22,7 @@ @@ -166,8 +164,7 @@ /> @@ -229,8 +226,7 @@ /> @@ -291,8 +287,7 @@ /> @@ -354,8 +349,7 @@ /> @@ -415,8 +409,7 @@ /> @@ -478,8 +471,7 @@ /> @@ -535,7 +527,7 @@ Name="Source Files" > diff --git a/PC/VS8.0/sqlite3.vsprops b/PC/VS8.0/sqlite3.vsprops new file mode 100644 index 000000000000..83003289f8a1 --- /dev/null +++ b/PC/VS8.0/sqlite3.vsprops @@ -0,0 +1,14 @@ + + + + -- 2.47.3