This is an automated email from the ASF dual-hosted git repository.

damjan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit 952b4417cbefbac3dd7f89be65fc2a3c666abf1d
Author: Damjan Jovanovic <[email protected]>
AuthorDate: Wed Jan 1 12:34:50 2025 +0200

    Fix OpenSSL 3 library naming in the Python Win64 patch.
    
    Patch by: me
---
 main/python/python-2.7.18-msvs9-win64.patch | 603 +++++++++++++++-------------
 1 file changed, 315 insertions(+), 288 deletions(-)

diff --git a/main/python/python-2.7.18-msvs9-win64.patch 
b/main/python/python-2.7.18-msvs9-win64.patch
index c13b634036..b53c728827 100644
--- a/main/python/python-2.7.18-msvs9-win64.patch
+++ b/main/python/python-2.7.18-msvs9-win64.patch
@@ -1,7 +1,7 @@
-diff -urp misc/Python-2.7.18/PC/VS9.0/_bsddb.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/_bsddb.vcproj
---- misc/Python-2.7.18/PC/VS9.0/_bsddb.vcproj  2017-09-16 12:38:35.000000000 
-0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/_bsddb.vcproj    2017-10-21 
17:56:40.218589000 -0500
-@@ -56,6 +56,7 @@
+diff --git misc/build/Python-2.7.18/PC/VS9.0/_bsddb.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/_bsddb.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/_bsddb.vcproj    2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/_bsddb.vcproj    2025-01-01 
13:31:13.583881000 +0200
+@@ -56,6 +56,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -9,7 +9,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_bsddb.vcproj 
misc/build/Python-2.7.18/PC/
                                AdditionalDependencies="$(bsddbDepLibs)"
                                BaseAddress="0x1e180000"
                        />
-@@ -120,6 +121,7 @@
+@@ -120,6 +121,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -17,7 +17,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_bsddb.vcproj 
misc/build/Python-2.7.18/PC/
                                AdditionalDependencies="$(bsddbDepLibs)"
                                BaseAddress="0x1e180000"
                        />
-@@ -183,6 +185,7 @@
+@@ -183,6 +185,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -25,7 +25,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_bsddb.vcproj 
misc/build/Python-2.7.18/PC/
                                AdditionalDependencies="$(bsddbDepLibs)"
                                BaseAddress="0x1e180000"
                        />
-@@ -248,6 +251,7 @@
+@@ -248,6 +251,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -33,7 +33,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_bsddb.vcproj 
misc/build/Python-2.7.18/PC/
                                AdditionalDependencies="$(bsddbDepLibs)"
                                BaseAddress="0x1e180000"
                        />
-@@ -311,6 +315,7 @@
+@@ -311,6 +315,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -41,7 +41,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_bsddb.vcproj 
misc/build/Python-2.7.18/PC/
                                AdditionalDependencies="$(bsddbDepLibs)"
                                BaseAddress="0x1e180000"
                        />
-@@ -375,6 +380,7 @@
+@@ -375,6 +380,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -49,7 +49,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_bsddb.vcproj 
misc/build/Python-2.7.18/PC/
                                AdditionalDependencies="$(bsddbDepLibs)"
                                BaseAddress="0x1e180000"
                                TargetMachine="17"
-@@ -439,6 +445,7 @@
+@@ -439,6 +445,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -57,7 +57,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_bsddb.vcproj 
misc/build/Python-2.7.18/PC/
                                AdditionalDependencies="$(bsddbDepLibs)"
                                BaseAddress="0x1e180000"
                        />
-@@ -503,6 +510,7 @@
+@@ -503,6 +510,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -65,10 +65,10 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_bsddb.vcproj 
misc/build/Python-2.7.18/PC/
                                AdditionalDependencies="$(bsddbDepLibs)"
                                BaseAddress="0x1e180000"
                                TargetMachine="17"
-diff -urp misc/Python-2.7.18/PC/VS9.0/_ctypes.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/_ctypes.vcproj
---- misc/Python-2.7.18/PC/VS9.0/_ctypes.vcproj 2017-09-16 12:38:35.000000000 
-0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/_ctypes.vcproj   2017-10-21 
17:56:40.219465000 -0500
-@@ -177,7 +177,7 @@
+diff --git misc/build/Python-2.7.18/PC/VS9.0/_ctypes.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/_ctypes.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/_ctypes.vcproj   2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/_ctypes.vcproj   2025-01-01 
13:33:08.080013000 +0200
+@@ -177,7 +177,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -77,7 +77,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_ctypes.vcproj 
misc/build/Python-2.7.18/PC
                                SubSystem="0"
                                BaseAddress="0x1D1A0000"
                        />
-@@ -241,7 +241,7 @@
+@@ -241,7 +241,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -86,7 +86,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_ctypes.vcproj 
misc/build/Python-2.7.18/PC
                                SubSystem="0"
                                BaseAddress="0x1D1A0000"
                        />
-@@ -304,7 +304,7 @@
+@@ -304,7 +304,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -95,7 +95,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_ctypes.vcproj 
misc/build/Python-2.7.18/PC
                                SubSystem="0"
                                BaseAddress="0x1D1A0000"
                        />
-@@ -368,7 +368,7 @@
+@@ -368,7 +368,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -104,7 +104,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_ctypes.vcproj 
misc/build/Python-2.7.18/PC
                                SubSystem="0"
                                BaseAddress="0x1D1A0000"
                                TargetMachine="17"
-@@ -432,7 +432,7 @@
+@@ -432,7 +432,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -113,7 +113,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_ctypes.vcproj 
misc/build/Python-2.7.18/PC
                                SubSystem="0"
                                BaseAddress="0x1D1A0000"
                        />
-@@ -496,7 +496,7 @@
+@@ -496,7 +496,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -122,10 +122,10 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_ctypes.vcproj 
misc/build/Python-2.7.18/PC
                                SubSystem="0"
                                BaseAddress="0x1D1A0000"
                                TargetMachine="17"
-diff -urp misc/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj
---- misc/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj    2017-09-16 
12:38:35.000000000 -0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj      2017-10-21 
17:56:40.220226000 -0500
-@@ -54,6 +54,7 @@
+diff --git misc/build/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj      2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj      2025-01-01 
13:34:51.168123000 +0200
+@@ -54,6 +54,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -133,7 +133,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj 
misc/build/Python-2.7.
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -113,6 +114,7 @@
+@@ -113,6 +114,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -141,7 +141,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj 
misc/build/Python-2.7.
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -172,6 +174,7 @@
+@@ -172,6 +174,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -149,7 +149,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj 
misc/build/Python-2.7.
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -232,6 +235,7 @@
+@@ -232,6 +235,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -157,7 +157,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj 
misc/build/Python-2.7.
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -291,6 +295,7 @@
+@@ -291,6 +295,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -165,7 +165,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj 
misc/build/Python-2.7.
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -352,6 +357,7 @@
+@@ -352,6 +357,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                TargetMachine="17"
@@ -173,7 +173,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj 
misc/build/Python-2.7.
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -411,6 +417,7 @@
+@@ -411,6 +417,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -181,7 +181,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj 
misc/build/Python-2.7.
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -472,6 +479,7 @@
+@@ -472,6 +479,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                TargetMachine="17"
@@ -189,10 +189,10 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_ctypes_test.vcproj 
misc/build/Python-2.7.
                        />
                        <Tool
                                Name="VCALinkTool"
-diff -urp misc/Python-2.7.18/PC/VS9.0/_elementtree.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/_elementtree.vcproj
---- misc/Python-2.7.18/PC/VS9.0/_elementtree.vcproj    2017-09-16 
12:38:35.000000000 -0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/_elementtree.vcproj      2017-10-21 
17:56:40.221003000 -0500
-@@ -57,6 +57,7 @@
+diff --git misc/build/Python-2.7.18/PC/VS9.0/_elementtree.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/_elementtree.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/_elementtree.vcproj      2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/_elementtree.vcproj      2025-01-01 
13:35:51.024211000 +0200
+@@ -57,6 +57,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1D100000"
@@ -200,7 +200,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_elementtree.vcproj 
misc/build/Python-2.7.
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -119,6 +120,7 @@
+@@ -119,6 +120,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1D100000"
@@ -208,7 +208,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_elementtree.vcproj 
misc/build/Python-2.7.
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -181,6 +183,7 @@
+@@ -181,6 +183,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1D100000"
@@ -216,7 +216,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_elementtree.vcproj 
misc/build/Python-2.7.
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -244,6 +247,7 @@
+@@ -244,6 +247,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1D100000"
@@ -224,7 +224,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_elementtree.vcproj 
misc/build/Python-2.7.
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -306,6 +310,7 @@
+@@ -306,6 +310,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1D100000"
@@ -232,7 +232,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_elementtree.vcproj 
misc/build/Python-2.7.
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -370,6 +375,7 @@
+@@ -370,6 +375,7 @@
                                Name="VCLinkerTool"
                                BaseAddress="0x1D100000"
                                TargetMachine="17"
@@ -240,7 +240,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_elementtree.vcproj 
misc/build/Python-2.7.
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -432,6 +438,7 @@
+@@ -432,6 +438,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1D100000"
@@ -248,7 +248,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_elementtree.vcproj 
misc/build/Python-2.7.
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -496,6 +503,7 @@
+@@ -496,6 +503,7 @@
                                Name="VCLinkerTool"
                                BaseAddress="0x1D100000"
                                TargetMachine="17"
@@ -256,77 +256,95 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_elementtree.vcproj 
misc/build/Python-2.7.
                        />
                        <Tool
                                Name="VCALinkTool"
-diff -urp misc/Python-2.7.18/PC/VS9.0/_hashlib.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/_hashlib.vcproj
---- misc/Python-2.7.18/PC/VS9.0/_hashlib.vcproj        2017-09-16 
12:38:35.000000000 -0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/_hashlib.vcproj  2017-10-21 
17:56:40.222221000 -0500
-@@ -58,6 +58,7 @@
+diff --git misc/build/Python-2.7.18/PC/VS9.0/_hashlib.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/_hashlib.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/_hashlib.vcproj  2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/_hashlib.vcproj  2025-01-01 
13:39:41.856375000 +0200
+@@ -57,7 +57,8 @@
+                       />
                        <Tool
                                Name="VCLinkerTool"
-                               AdditionalDependencies="ws2_32.lib 
$(opensslDir)\out32\libeay32.lib $(opensslDir)\out32\ssleay32.lib"
+-                              AdditionalDependencies="ws2_32.lib 
$(opensslDir)\out32\libeay32.lib $(opensslDir)\out32\ssleay32.lib"
++                              AdditionalDependencies="ws2_32.lib 
$(opensslDir)\out32\libcrypto.lib $(opensslDir)\out32\libssl.lib"
 +                              AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -121,6 +122,7 @@
+@@ -120,7 +121,8 @@
+                       />
                        <Tool
                                Name="VCLinkerTool"
-                               AdditionalDependencies="ws2_32.lib 
$(opensslDir)\out64\libeay32.lib $(opensslDir)\out64\ssleay32.lib"
+-                              AdditionalDependencies="ws2_32.lib 
$(opensslDir)\out64\libeay32.lib $(opensslDir)\out64\ssleay32.lib"
++                              AdditionalDependencies="ws2_32.lib 
$(opensslDir)\out64\libcrypto.lib $(opensslDir)\out64\libssl.lib"
 +                              AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -184,6 +186,7 @@
+@@ -183,7 +185,8 @@
+                       />
                        <Tool
                                Name="VCLinkerTool"
-                               AdditionalDependencies="ws2_32.lib 
$(opensslDir)\out32\libeay32.lib $(opensslDir)\out32\ssleay32.lib"
+-                              AdditionalDependencies="ws2_32.lib 
$(opensslDir)\out32\libeay32.lib $(opensslDir)\out32\ssleay32.lib"
++                              AdditionalDependencies="ws2_32.lib 
$(opensslDir)\out32\libcrypto.lib $(opensslDir)\out32\libssl.lib"
 +                              AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -248,6 +251,7 @@
+@@ -247,7 +250,8 @@
+                       />
                        <Tool
                                Name="VCLinkerTool"
-                               AdditionalDependencies="ws2_32.lib 
$(opensslDir)\out64\libeay32.lib $(opensslDir)\out64\ssleay32.lib"
+-                              AdditionalDependencies="ws2_32.lib 
$(opensslDir)\out64\libeay32.lib $(opensslDir)\out64\ssleay32.lib"
++                              AdditionalDependencies="ws2_32.lib 
$(opensslDir)\out64\libcrypto.lib $(opensslDir)\out64\libssl.lib"
 +                              AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -311,6 +315,7 @@
+@@ -310,7 +314,8 @@
+                       />
                        <Tool
                                Name="VCLinkerTool"
-                               AdditionalDependencies="ws2_32.lib 
$(opensslDir)\out32\libeay32.lib $(opensslDir)\out32\ssleay32.lib"
+-                              AdditionalDependencies="ws2_32.lib 
$(opensslDir)\out32\libeay32.lib $(opensslDir)\out32\ssleay32.lib"
++                              AdditionalDependencies="ws2_32.lib 
$(opensslDir)\out32\libcrypto.lib $(opensslDir)\out32\libssl.lib"
 +                              AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -376,6 +381,7 @@
+@@ -374,8 +379,9 @@
+                       />
+                       <Tool
                                Name="VCLinkerTool"
-                               AdditionalDependencies="ws2_32.lib 
$(opensslDir)\out64\libeay32.lib $(opensslDir)\out64\ssleay32.lib"
+-                              AdditionalDependencies="ws2_32.lib 
$(opensslDir)\out64\libeay32.lib $(opensslDir)\out64\ssleay32.lib"
++                              AdditionalDependencies="ws2_32.lib 
$(opensslDir)\out64\libcrypto.lib $(opensslDir)\out64\libssl.lib"
                                TargetMachine="17"
 +                              AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -439,6 +445,7 @@
+@@ -438,7 +444,8 @@
+                       />
                        <Tool
                                Name="VCLinkerTool"
-                               AdditionalDependencies="ws2_32.lib 
$(opensslDir)\out32\libeay32.lib $(opensslDir)\out32\ssleay32.lib"
+-                              AdditionalDependencies="ws2_32.lib 
$(opensslDir)\out32\libeay32.lib $(opensslDir)\out32\ssleay32.lib"
++                              AdditionalDependencies="ws2_32.lib 
$(opensslDir)\out32\libcrypto.lib $(opensslDir)\out32\libssl.lib"
 +                              AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -504,6 +511,7 @@
+@@ -502,8 +509,9 @@
+                       />
+                       <Tool
                                Name="VCLinkerTool"
-                               AdditionalDependencies="ws2_32.lib 
$(opensslDir)\out64\libeay32.lib $(opensslDir)\out64\ssleay32.lib"
+-                              AdditionalDependencies="ws2_32.lib 
$(opensslDir)\out64\libeay32.lib $(opensslDir)\out64\ssleay32.lib"
++                              AdditionalDependencies="ws2_32.lib 
$(opensslDir)\out64\libcrypto.lib $(opensslDir)\out64\libssl.lib"
                                TargetMachine="17"
 +                              AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
                        />
                        <Tool
                                Name="VCALinkTool"
-diff -urp misc/Python-2.7.18/PC/VS9.0/_msi.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/_msi.vcproj
---- misc/Python-2.7.18/PC/VS9.0/_msi.vcproj    2017-09-16 12:38:35.000000000 
-0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/_msi.vcproj      2017-10-21 
17:56:40.223291000 -0500
-@@ -56,6 +56,7 @@
+diff --git misc/build/Python-2.7.18/PC/VS9.0/_msi.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/_msi.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/_msi.vcproj      2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/_msi.vcproj      2025-01-01 
13:40:49.688485000 +0200
+@@ -56,6 +56,7 @@
                                Name="VCLinkerTool"
                                AdditionalDependencies="fci.lib msi.lib 
rpcrt4.lib"
                                BaseAddress="0x1D160000"
@@ -334,7 +352,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_msi.vcproj 
misc/build/Python-2.7.18/PC/VS
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -117,6 +118,7 @@
+@@ -117,6 +118,7 @@
                                Name="VCLinkerTool"
                                AdditionalDependencies="fci.lib msi.lib 
rpcrt4.lib"
                                BaseAddress="0x1D160000"
@@ -342,7 +360,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_msi.vcproj 
misc/build/Python-2.7.18/PC/VS
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -178,6 +180,7 @@
+@@ -178,6 +180,7 @@
                                Name="VCLinkerTool"
                                AdditionalDependencies="fci.lib msi.lib 
rpcrt4.lib"
                                BaseAddress="0x1D160000"
@@ -350,7 +368,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_msi.vcproj 
misc/build/Python-2.7.18/PC/VS
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -240,6 +243,7 @@
+@@ -240,6 +243,7 @@
                                Name="VCLinkerTool"
                                AdditionalDependencies="fci.lib msi.lib 
rpcrt4.lib"
                                BaseAddress="0x1D160000"
@@ -358,7 +376,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_msi.vcproj 
misc/build/Python-2.7.18/PC/VS
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -301,6 +305,7 @@
+@@ -301,6 +305,7 @@
                                Name="VCLinkerTool"
                                AdditionalDependencies="fci.lib msi.lib 
rpcrt4.lib"
                                BaseAddress="0x1D160000"
@@ -366,7 +384,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_msi.vcproj 
misc/build/Python-2.7.18/PC/VS
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -364,6 +369,7 @@
+@@ -364,6 +369,7 @@
                                AdditionalDependencies="fci.lib msi.lib 
rpcrt4.lib"
                                BaseAddress="0x1D160000"
                                TargetMachine="17"
@@ -374,7 +392,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_msi.vcproj 
misc/build/Python-2.7.18/PC/VS
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -425,6 +431,7 @@
+@@ -425,6 +431,7 @@
                                Name="VCLinkerTool"
                                AdditionalDependencies="fci.lib msi.lib 
rpcrt4.lib"
                                BaseAddress="0x1D160000"
@@ -382,7 +400,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_msi.vcproj 
misc/build/Python-2.7.18/PC/VS
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -488,6 +495,7 @@
+@@ -488,6 +495,7 @@
                                AdditionalDependencies="fci.lib msi.lib 
rpcrt4.lib"
                                BaseAddress="0x1D160000"
                                TargetMachine="17"
@@ -390,10 +408,10 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_msi.vcproj 
misc/build/Python-2.7.18/PC/VS
                        />
                        <Tool
                                Name="VCALinkTool"
-diff -urp misc/Python-2.7.18/PC/VS9.0/_multiprocessing.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/_multiprocessing.vcproj
---- misc/Python-2.7.18/PC/VS9.0/_multiprocessing.vcproj        2017-09-16 
12:38:35.000000000 -0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/_multiprocessing.vcproj  2017-10-21 
17:56:40.224316000 -0500
-@@ -56,6 +56,7 @@
+diff --git misc/build/Python-2.7.18/PC/VS9.0/_multiprocessing.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/_multiprocessing.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/_multiprocessing.vcproj  2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/_multiprocessing.vcproj  2025-01-01 
13:41:32.696569000 +0200
+@@ -56,6 +56,7 @@
                                Name="VCLinkerTool"
                                AdditionalDependencies="ws2_32.lib"
                                BaseAddress="0x1e1D0000"
@@ -401,7 +419,7 @@ diff -urp 
misc/Python-2.7.18/PC/VS9.0/_multiprocessing.vcproj misc/build/Python-
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -117,6 +118,7 @@
+@@ -117,6 +118,7 @@
                                Name="VCLinkerTool"
                                AdditionalDependencies="ws2_32.lib"
                                BaseAddress="0x1e1D0000"
@@ -409,7 +427,7 @@ diff -urp 
misc/Python-2.7.18/PC/VS9.0/_multiprocessing.vcproj misc/build/Python-
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -178,6 +180,7 @@
+@@ -178,6 +180,7 @@
                                Name="VCLinkerTool"
                                AdditionalDependencies="ws2_32.lib"
                                BaseAddress="0x1e1D0000"
@@ -417,7 +435,7 @@ diff -urp 
misc/Python-2.7.18/PC/VS9.0/_multiprocessing.vcproj misc/build/Python-
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -240,6 +243,7 @@
+@@ -240,6 +243,7 @@
                                Name="VCLinkerTool"
                                AdditionalDependencies="ws2_32.lib"
                                BaseAddress="0x1e1D0000"
@@ -425,7 +443,7 @@ diff -urp 
misc/Python-2.7.18/PC/VS9.0/_multiprocessing.vcproj misc/build/Python-
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -301,6 +305,7 @@
+@@ -301,6 +305,7 @@
                                Name="VCLinkerTool"
                                AdditionalDependencies="ws2_32.lib"
                                BaseAddress="0x1e1D0000"
@@ -433,7 +451,7 @@ diff -urp 
misc/Python-2.7.18/PC/VS9.0/_multiprocessing.vcproj misc/build/Python-
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -364,6 +369,7 @@
+@@ -364,6 +369,7 @@
                                AdditionalDependencies="ws2_32.lib"
                                BaseAddress="0x1e1D0000"
                                TargetMachine="17"
@@ -441,7 +459,7 @@ diff -urp 
misc/Python-2.7.18/PC/VS9.0/_multiprocessing.vcproj misc/build/Python-
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -425,6 +431,7 @@
+@@ -425,6 +431,7 @@
                                Name="VCLinkerTool"
                                AdditionalDependencies="ws2_32.lib"
                                BaseAddress="0x1e1D0000"
@@ -449,7 +467,7 @@ diff -urp 
misc/Python-2.7.18/PC/VS9.0/_multiprocessing.vcproj misc/build/Python-
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -488,6 +495,7 @@
+@@ -488,6 +495,7 @@
                                AdditionalDependencies="ws2_32.lib"
                                BaseAddress="0x1e1D0000"
                                TargetMachine="17"
@@ -457,10 +475,10 @@ diff -urp 
misc/Python-2.7.18/PC/VS9.0/_multiprocessing.vcproj misc/build/Python-
                        />
                        <Tool
                                Name="VCALinkTool"
-diff -urp misc/Python-2.7.18/PC/VS9.0/_socket.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/_socket.vcproj
---- misc/Python-2.7.18/PC/VS9.0/_socket.vcproj 2017-09-16 12:38:35.000000000 
-0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/_socket.vcproj   2017-10-21 
17:56:40.225407000 -0500
-@@ -56,6 +56,7 @@
+diff --git misc/build/Python-2.7.18/PC/VS9.0/_socket.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/_socket.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/_socket.vcproj   2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/_socket.vcproj   2025-01-01 
13:42:20.160542000 +0200
+@@ -56,6 +56,7 @@
                                Name="VCLinkerTool"
                                AdditionalDependencies="ws2_32.lib"
                                BaseAddress="0x1e1D0000"
@@ -468,7 +486,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_socket.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -117,6 +118,7 @@
+@@ -117,6 +118,7 @@
                                Name="VCLinkerTool"
                                AdditionalDependencies="ws2_32.lib"
                                BaseAddress="0x1e1D0000"
@@ -476,7 +494,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_socket.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -178,6 +180,7 @@
+@@ -178,6 +180,7 @@
                                Name="VCLinkerTool"
                                AdditionalDependencies="ws2_32.lib"
                                BaseAddress="0x1e1D0000"
@@ -484,7 +502,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_socket.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -240,6 +243,7 @@
+@@ -240,6 +243,7 @@
                                Name="VCLinkerTool"
                                AdditionalDependencies="ws2_32.lib"
                                BaseAddress="0x1e1D0000"
@@ -492,7 +510,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_socket.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -301,6 +305,7 @@
+@@ -301,6 +305,7 @@
                                Name="VCLinkerTool"
                                AdditionalDependencies="ws2_32.lib"
                                BaseAddress="0x1e1D0000"
@@ -500,7 +518,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_socket.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -364,6 +369,7 @@
+@@ -364,6 +369,7 @@
                                AdditionalDependencies="ws2_32.lib"
                                BaseAddress="0x1e1D0000"
                                TargetMachine="17"
@@ -508,7 +526,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_socket.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -425,6 +431,7 @@
+@@ -425,6 +431,7 @@
                                Name="VCLinkerTool"
                                AdditionalDependencies="ws2_32.lib"
                                BaseAddress="0x1e1D0000"
@@ -516,7 +534,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_socket.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -488,6 +495,7 @@
+@@ -488,6 +495,7 @@
                                AdditionalDependencies="ws2_32.lib"
                                BaseAddress="0x1e1D0000"
                                TargetMachine="17"
@@ -524,10 +542,10 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_socket.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-diff -urp misc/Python-2.7.18/PC/VS9.0/_sqlite3.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/_sqlite3.vcproj
---- misc/Python-2.7.18/PC/VS9.0/_sqlite3.vcproj        2017-09-16 
12:38:35.000000000 -0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/_sqlite3.vcproj  2017-10-21 
17:56:40.226403000 -0500
-@@ -57,6 +57,7 @@
+diff --git misc/build/Python-2.7.18/PC/VS9.0/_sqlite3.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/_sqlite3.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/_sqlite3.vcproj  2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/_sqlite3.vcproj  2025-01-01 
13:43:01.648883000 +0200
+@@ -57,6 +57,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1e180000"
@@ -535,7 +553,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_sqlite3.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -119,6 +120,7 @@
+@@ -119,6 +120,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1e180000"
@@ -543,7 +561,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_sqlite3.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -181,6 +183,7 @@
+@@ -181,6 +183,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1e180000"
@@ -551,7 +569,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_sqlite3.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -244,6 +247,7 @@
+@@ -244,6 +247,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1e180000"
@@ -559,7 +577,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_sqlite3.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -306,6 +310,7 @@
+@@ -306,6 +310,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1e180000"
@@ -567,7 +585,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_sqlite3.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -370,6 +375,7 @@
+@@ -370,6 +375,7 @@
                                Name="VCLinkerTool"
                                BaseAddress="0x1e180000"
                                TargetMachine="17"
@@ -575,7 +593,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_sqlite3.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -432,6 +438,7 @@
+@@ -432,6 +438,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1e180000"
@@ -583,7 +601,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_sqlite3.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -496,6 +503,7 @@
+@@ -496,6 +503,7 @@
                                Name="VCLinkerTool"
                                BaseAddress="0x1e180000"
                                TargetMachine="17"
@@ -591,10 +609,10 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_sqlite3.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-diff -urp misc/Python-2.7.18/PC/VS9.0/_ssl.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/_ssl.vcproj
---- misc/Python-2.7.18/PC/VS9.0/_ssl.vcproj    2017-09-16 12:38:35.000000000 
-0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/_ssl.vcproj      2017-10-21 
17:56:40.227504000 -0500
-@@ -43,7 +43,7 @@
+diff --git misc/build/Python-2.7.18/PC/VS9.0/_ssl.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/_ssl.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/_ssl.vcproj      2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/_ssl.vcproj      2025-01-01 
13:46:39.368867000 +0200
+@@ -43,7 +43,7 @@
                        />
                        <Tool
                                Name="VCCLCompilerTool"
@@ -603,17 +621,17 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_ssl.vcproj 
misc/build/Python-2.7.18/PC/VS
                        />
                        <Tool
                                Name="VCManagedResourceCompilerTool"
-@@ -57,7 +57,8 @@
+@@ -57,7 +57,8 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
 -                              AdditionalDependencies="ws2_32.lib crypt32.lib 
$(opensslDir)\out32\libeay32.lib $(opensslDir)\out32\ssleay32.lib"
 +                              AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
-+                              AdditionalDependencies="ws2_32.lib crypt32.lib 
$(SOLARVER)\$(INPATH)\lib$(UPDMINOREXT)\libeay32.lib"
++                              AdditionalDependencies="ws2_32.lib crypt32.lib 
$(SOLARVER)\$(INPATH)\lib$(UPDMINOREXT)\libssl.lib"
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -106,7 +107,7 @@
+@@ -106,7 +107,7 @@
                        />
                        <Tool
                                Name="VCCLCompilerTool"
@@ -622,17 +640,17 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_ssl.vcproj 
misc/build/Python-2.7.18/PC/VS
                        />
                        <Tool
                                Name="VCManagedResourceCompilerTool"
-@@ -120,7 +121,8 @@
+@@ -120,7 +121,8 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
 -                              AdditionalDependencies="ws2_32.lib crypt32.lib 
$(opensslDir)\out64\libeay32.lib $(opensslDir)\out64\ssleay32.lib"
 +                              AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
-+                              AdditionalDependencies="ws2_32.lib crypt32.lib 
$(SOLARVER)\$(INPATH)\lib$(UPDMINOREXT)\libeay32.lib"
++                              AdditionalDependencies="ws2_32.lib crypt32.lib 
$(SOLARVER)\$(INPATH)\lib$(UPDMINOREXT)\libcrypto.lib"
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -169,7 +171,7 @@
+@@ -169,7 +171,7 @@
                        />
                        <Tool
                                Name="VCCLCompilerTool"
@@ -641,17 +659,17 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_ssl.vcproj 
misc/build/Python-2.7.18/PC/VS
                        />
                        <Tool
                                Name="VCManagedResourceCompilerTool"
-@@ -183,7 +185,8 @@
+@@ -183,7 +185,8 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
 -                              AdditionalDependencies="ws2_32.lib crypt32.lib 
$(opensslDir)\out32\libeay32.lib $(opensslDir)\out32\ssleay32.lib"
 +                              AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
-+                              AdditionalDependencies="ws2_32.lib crypt32.lib 
$(SOLARVER)\$(INPATH)\lib$(UPDMINOREXT)\libeay32.lib 
$(SOLARVER)\$(INPATH)\lib$(UPDMINOREXT)\ssleay32.lib"
++                              AdditionalDependencies="ws2_32.lib crypt32.lib 
$(SOLARVER)\$(INPATH)\lib$(UPDMINOREXT)\libcrypto.lib 
$(SOLARVER)\$(INPATH)\lib$(UPDMINOREXT)\libssl.lib"
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -233,7 +236,7 @@
+@@ -233,7 +236,7 @@
                        />
                        <Tool
                                Name="VCCLCompilerTool"
@@ -660,17 +678,17 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_ssl.vcproj 
misc/build/Python-2.7.18/PC/VS
                        />
                        <Tool
                                Name="VCManagedResourceCompilerTool"
-@@ -247,7 +250,8 @@
+@@ -247,7 +250,8 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
 -                              AdditionalDependencies="ws2_32.lib crypt32.lib 
$(opensslDir)\out64\libeay32.lib $(opensslDir)\out64\ssleay32.lib"
-+                              AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
-+                              AdditionalDependencies="ws2_32.lib crypt32.lib 
$(SOLARVER)\$(INPATH)\lib$(UPDMINOREXT)\libeay32.lib 
$(SOLARVER)\$(INPATH)\lib$(UPDMINOREXT)\ssleay32.lib"
++                              AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
++                              AdditionalDependencies="ws2_32.lib crypt32.lib 
$(SOLARVER)\$(INPATH)\lib$(UPDMINOREXT)\libcrypto.lib 
$(SOLARVER)\$(INPATH)\lib$(UPDMINOREXT)\libssl.lib"
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -296,7 +300,7 @@
+@@ -296,7 +300,7 @@
                        />
                        <Tool
                                Name="VCCLCompilerTool"
@@ -679,20 +697,29 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_ssl.vcproj 
misc/build/Python-2.7.18/PC/VS
                        />
                        <Tool
                                Name="VCManagedResourceCompilerTool"
-@@ -310,7 +314,8 @@
+@@ -310,7 +314,8 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
 -                              AdditionalDependencies="ws2_32.lib crypt32.lib 
$(opensslDir)\out32\libeay32.lib $(opensslDir)\out32\ssleay32.lib"
 +                              AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
-+                              AdditionalDependencies="ws2_32.lib crypt32.lib 
$(SOLARVER)\$(INPATH)\lib$(UPDMINOREXT)\libeay32.lib"
++                              AdditionalDependencies="ws2_32.lib crypt32.lib 
$(SOLARVER)\$(INPATH)\lib$(UPDMINOREXT)\libssl.lib"
                        />
                        <Tool
                                Name="VCALinkTool"
-diff -urp misc/Python-2.7.18/PC/VS9.0/_testcapi.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/_testcapi.vcproj
---- misc/Python-2.7.18/PC/VS9.0/_testcapi.vcproj       2017-09-16 
12:38:35.000000000 -0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/_testcapi.vcproj 2017-10-21 
17:56:40.228516000 -0500
-@@ -55,6 +55,7 @@
+@@ -438,7 +443,7 @@
+                       />
+                       <Tool
+                               Name="VCLinkerTool"
+-                              AdditionalDependencies="ws2_32.lib crypt32.lib 
$(opensslDir)\out32\libeay32.lib $(opensslDir)\out32\ssleay32.lib"
++                              AdditionalDependencies="ws2_32.lib crypt32.lib 
$(opensslDir)\out32\libcrypto.lib $(opensslDir)\out32\libssl.lib"
+                       />
+                       <Tool
+                               Name="VCALinkTool"
+diff --git misc/build/Python-2.7.18/PC/VS9.0/_testcapi.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/_testcapi.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/_testcapi.vcproj 2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/_testcapi.vcproj 2025-01-01 
13:47:18.992986000 +0200
+@@ -55,6 +55,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1e1F0000"
@@ -700,7 +727,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_testcapi.vcproj 
misc/build/Python-2.7.18/
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -115,6 +116,7 @@
+@@ -115,6 +116,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1e1F0000"
@@ -708,7 +735,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_testcapi.vcproj 
misc/build/Python-2.7.18/
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -175,6 +177,7 @@
+@@ -175,6 +177,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1e1F0000"
@@ -716,7 +743,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_testcapi.vcproj 
misc/build/Python-2.7.18/
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -236,6 +239,7 @@
+@@ -236,6 +239,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1e1F0000"
@@ -724,7 +751,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_testcapi.vcproj 
misc/build/Python-2.7.18/
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -296,6 +300,7 @@
+@@ -296,6 +300,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1e1F0000"
@@ -732,7 +759,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_testcapi.vcproj 
misc/build/Python-2.7.18/
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -358,6 +363,7 @@
+@@ -358,6 +363,7 @@
                                Name="VCLinkerTool"
                                BaseAddress="0x1e1F0000"
                                TargetMachine="17"
@@ -740,7 +767,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_testcapi.vcproj 
misc/build/Python-2.7.18/
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -418,6 +424,7 @@
+@@ -418,6 +424,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1e1F0000"
@@ -748,7 +775,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_testcapi.vcproj 
misc/build/Python-2.7.18/
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -480,6 +487,7 @@
+@@ -480,6 +487,7 @@
                                Name="VCLinkerTool"
                                BaseAddress="0x1e1F0000"
                                TargetMachine="17"
@@ -756,10 +783,10 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_testcapi.vcproj 
misc/build/Python-2.7.18/
                        />
                        <Tool
                                Name="VCALinkTool"
-diff -urp misc/Python-2.7.18/PC/VS9.0/_tkinter.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/_tkinter.vcproj
---- misc/Python-2.7.18/PC/VS9.0/_tkinter.vcproj        2017-09-16 
12:38:35.000000000 -0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/_tkinter.vcproj  2017-10-21 
17:56:40.229664000 -0500
-@@ -57,6 +57,7 @@
+diff --git misc/build/Python-2.7.18/PC/VS9.0/_tkinter.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/_tkinter.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/_tkinter.vcproj  2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/_tkinter.vcproj  2025-01-01 
13:48:05.184979000 +0200
+@@ -57,6 +57,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalDependencies="$(tcltkLibDebug)"
@@ -767,7 +794,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_tkinter.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -119,6 +120,7 @@
+@@ -119,6 +120,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalDependencies="$(tcltk64LibDebug)"
@@ -775,7 +802,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_tkinter.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -181,6 +183,7 @@
+@@ -181,6 +183,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalDependencies="$(tcltkLib)"
@@ -783,7 +810,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_tkinter.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -244,6 +247,7 @@
+@@ -244,6 +247,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalDependencies="$(tcltk64Lib)"
@@ -791,7 +818,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_tkinter.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -306,6 +310,7 @@
+@@ -306,6 +310,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalDependencies="$(tcltkLib)"
@@ -799,7 +826,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_tkinter.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -370,6 +375,7 @@
+@@ -370,6 +375,7 @@
                                Name="VCLinkerTool"
                                AdditionalDependencies="$(tcltk64Lib)"
                                TargetMachine="17"
@@ -807,7 +834,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_tkinter.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -432,6 +438,7 @@
+@@ -432,6 +438,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalDependencies="$(tcltkLib)"
@@ -815,7 +842,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_tkinter.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -496,6 +503,7 @@
+@@ -496,6 +503,7 @@
                                Name="VCLinkerTool"
                                AdditionalDependencies="$(tcltk64Lib)"
                                TargetMachine="17"
@@ -823,10 +850,10 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/_tkinter.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-diff -urp misc/Python-2.7.18/PC/VS9.0/bdist_wininst.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/bdist_wininst.vcproj
---- misc/Python-2.7.18/PC/VS9.0/bdist_wininst.vcproj   2017-09-16 
12:38:35.000000000 -0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/bdist_wininst.vcproj     2017-10-21 
17:56:40.230806000 -0500
-@@ -81,8 +81,7 @@
+diff --git misc/build/Python-2.7.18/PC/VS9.0/bdist_wininst.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/bdist_wininst.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/bdist_wininst.vcproj     2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/bdist_wininst.vcproj     2025-01-01 
13:48:50.641267000 +0200
+@@ -81,8 +81,7 @@
                                IgnoreDefaultLibraryNames="LIBC"
                                
ProgramDatabaseFile="..\..\lib\distutils\command\wininst-9.0.pdb"
                                SubSystem="2"
@@ -836,7 +863,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/bdist_wininst.vcproj 
misc/build/Python-2.7
                                TargetMachine="1"
                        />
                        <Tool
-@@ -171,8 +170,7 @@
+@@ -171,8 +170,7 @@
                                IgnoreDefaultLibraryNames="LIBC"
                                
ProgramDatabaseFile="..\..\lib\distutils\command\wininst-9.0-amd64.pdb"
                                SubSystem="2"
@@ -846,10 +873,10 @@ diff -urp 
misc/Python-2.7.18/PC/VS9.0/bdist_wininst.vcproj misc/build/Python-2.7
                                TargetMachine="17"
                        />
                        <Tool
-diff -urp misc/Python-2.7.18/PC/VS9.0/bz2.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/bz2.vcproj
---- misc/Python-2.7.18/PC/VS9.0/bz2.vcproj     2017-09-16 12:38:35.000000000 
-0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/bz2.vcproj       2017-10-21 
17:56:40.232092000 -0500
-@@ -57,6 +57,7 @@
+diff --git misc/build/Python-2.7.18/PC/VS9.0/bz2.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/bz2.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/bz2.vcproj       2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/bz2.vcproj       2025-01-01 
13:49:31.585319000 +0200
+@@ -57,6 +57,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1D170000"
@@ -857,7 +884,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/bz2.vcproj 
misc/build/Python-2.7.18/PC/VS9
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -119,6 +120,7 @@
+@@ -119,6 +120,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1D170000"
@@ -865,7 +892,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/bz2.vcproj 
misc/build/Python-2.7.18/PC/VS9
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -181,6 +183,7 @@
+@@ -181,6 +183,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1D170000"
@@ -873,7 +900,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/bz2.vcproj 
misc/build/Python-2.7.18/PC/VS9
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -244,6 +247,7 @@
+@@ -244,6 +247,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1D170000"
@@ -881,7 +908,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/bz2.vcproj 
misc/build/Python-2.7.18/PC/VS9
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -306,6 +310,7 @@
+@@ -306,6 +310,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1D170000"
@@ -889,7 +916,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/bz2.vcproj 
misc/build/Python-2.7.18/PC/VS9
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -370,6 +375,7 @@
+@@ -370,6 +375,7 @@
                                Name="VCLinkerTool"
                                BaseAddress="0x1D170000"
                                TargetMachine="17"
@@ -897,7 +924,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/bz2.vcproj 
misc/build/Python-2.7.18/PC/VS9
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -432,6 +438,7 @@
+@@ -432,6 +438,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1D170000"
@@ -905,7 +932,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/bz2.vcproj 
misc/build/Python-2.7.18/PC/VS9
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -496,6 +503,7 @@
+@@ -496,6 +503,7 @@
                                Name="VCLinkerTool"
                                BaseAddress="0x1D170000"
                                TargetMachine="17"
@@ -913,10 +940,10 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/bz2.vcproj 
misc/build/Python-2.7.18/PC/VS9
                        />
                        <Tool
                                Name="VCALinkTool"
-diff -urp misc/Python-2.7.18/PC/VS9.0/kill_python.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/kill_python.vcproj
---- misc/Python-2.7.18/PC/VS9.0/kill_python.vcproj     2017-09-16 
12:38:35.000000000 -0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/kill_python.vcproj       2017-10-21 
17:56:40.233109000 -0500
-@@ -56,6 +56,7 @@
+diff --git misc/build/Python-2.7.18/PC/VS9.0/kill_python.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/kill_python.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/kill_python.vcproj       2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/kill_python.vcproj       2025-01-01 
13:50:05.649209000 +0200
+@@ -56,6 +56,7 @@
                                Name="VCLinkerTool"
                                OutputFile="$(OutDir)\$(ProjectName)_d.exe"
                                SubSystem="1"
@@ -924,7 +951,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/kill_python.vcproj 
misc/build/Python-2.7.1
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -117,6 +118,7 @@
+@@ -117,6 +118,7 @@
                                Name="VCLinkerTool"
                                OutputFile="$(OutDir)\$(ProjectName)_d.exe"
                                SubSystem="1"
@@ -932,7 +959,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/kill_python.vcproj 
misc/build/Python-2.7.1
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -177,6 +179,7 @@
+@@ -177,6 +179,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                SubSystem="1"
@@ -940,18 +967,18 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/kill_python.vcproj 
misc/build/Python-2.7.1
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -238,6 +241,7 @@
+@@ -238,6 +241,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                SubSystem="1"
-+                              AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
++                              AdditionalOptions="/DYNAMICBASE"
                        />
                        <Tool
                                Name="VCALinkTool"
-diff -urp misc/Python-2.7.18/PC/VS9.0/make_buildinfo.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/make_buildinfo.vcproj
---- misc/Python-2.7.18/PC/VS9.0/make_buildinfo.vcproj  2017-09-16 
12:38:35.000000000 -0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/make_buildinfo.vcproj    2017-10-21 
17:56:40.233689000 -0500
-@@ -61,6 +61,7 @@
+diff --git misc/build/Python-2.7.18/PC/VS9.0/make_buildinfo.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/make_buildinfo.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/make_buildinfo.vcproj    2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/make_buildinfo.vcproj    2025-01-01 
13:50:32.305199000 +0200
+@@ -61,6 +61,7 @@
                                OutputFile="$(OutDir)/make_buildinfo.exe"
                                
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
                                SubSystem="1"
@@ -959,7 +986,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/make_buildinfo.vcproj 
misc/build/Python-2.
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -119,6 +120,7 @@
+@@ -119,6 +120,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -967,10 +994,10 @@ diff -urp 
misc/Python-2.7.18/PC/VS9.0/make_buildinfo.vcproj misc/build/Python-2.
                        />
                        <Tool
                                Name="VCALinkTool"
-diff -urp misc/Python-2.7.18/PC/VS9.0/make_versioninfo.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/make_versioninfo.vcproj
---- misc/Python-2.7.18/PC/VS9.0/make_versioninfo.vcproj        2017-09-16 
12:38:35.000000000 -0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/make_versioninfo.vcproj  2017-10-21 
17:56:40.234324000 -0500
-@@ -71,6 +71,7 @@
+diff --git misc/build/Python-2.7.18/PC/VS9.0/make_versioninfo.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/make_versioninfo.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/make_versioninfo.vcproj  2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/make_versioninfo.vcproj  2025-01-01 
13:51:11.089246000 +0200
+@@ -71,6 +71,7 @@
                                
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
                                SubSystem="1"
                                BaseAddress="0x1d000000"
@@ -978,7 +1005,7 @@ diff -urp 
misc/Python-2.7.18/PC/VS9.0/make_versioninfo.vcproj misc/build/Python-
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -137,6 +138,7 @@
+@@ -137,6 +138,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                OutputFile="$(SolutionDir)make_versioninfo.exe"
@@ -986,7 +1013,7 @@ diff -urp 
misc/Python-2.7.18/PC/VS9.0/make_versioninfo.vcproj misc/build/Python-
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -214,6 +216,7 @@
+@@ -214,6 +216,7 @@
                                
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
                                SubSystem="1"
                                BaseAddress="0x1d000000"
@@ -994,7 +1021,7 @@ diff -urp 
misc/Python-2.7.18/PC/VS9.0/make_versioninfo.vcproj misc/build/Python-
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -282,6 +285,7 @@
+@@ -282,6 +285,7 @@
                                Name="VCLinkerTool"
                                
OutputFile="$(SolutionDir)make_versioninfo_d.exe"
                                TargetMachine="17"
@@ -1002,10 +1029,10 @@ diff -urp 
misc/Python-2.7.18/PC/VS9.0/make_versioninfo.vcproj misc/build/Python-
                        />
                        <Tool
                                Name="VCALinkTool"
-diff -urp misc/Python-2.7.18/PC/VS9.0/pcbuild.sln 
misc/build/Python-2.7.18/PC/VS9.0/pcbuild.sln
---- misc/Python-2.7.18/PC/VS9.0/pcbuild.sln    2017-09-16 12:38:35.000000000 
-0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/pcbuild.sln      2017-10-21 
17:56:40.235608000 -0500
-@@ -38,12 +38,12 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C9
+diff --git misc/build/Python-2.7.18/PC/VS9.0/pcbuild.sln 
misc/build/Python-2.7.18/PC/VS9.0/pcbuild.sln
+--- misc/build/Python-2.7.18/PC/VS9.0/pcbuild.sln      2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/pcbuild.sln      2025-01-01 
13:25:56.029553000 +0200
+@@ -38,12 +38,12 @@
                {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = 
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
        EndProjectSection
  EndProject
@@ -1024,7 +1051,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pcbuild.sln 
misc/build/Python-2.7.18/PC/VS
  Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_ctypes", 
"_ctypes.vcproj", "{0E9791DB-593A-465F-98BC-681011311618}"
        ProjectSection(ProjectDependencies) = postProject
                {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = 
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
-@@ -69,12 +69,12 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C9
+@@ -69,12 +69,12 @@
                {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = 
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
        EndProjectSection
  EndProject
@@ -1043,7 +1070,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pcbuild.sln 
misc/build/Python-2.7.18/PC/VS
  Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_ssl", "_ssl.vcproj", 
"{C6E20F84-3247-4AD6-B051-B073268F73BA}"
        ProjectSection(ProjectDependencies) = postProject
                {B11D750F-CD1F-4A96-85CE-E69A5C5259F9} = 
{B11D750F-CD1F-4A96-85CE-E69A5C5259F9}
-@@ -87,16 +87,16 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C9
+@@ -87,16 +87,16 @@
                {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = 
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
        EndProjectSection
  EndProject
@@ -1070,7 +1097,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pcbuild.sln 
misc/build/Python-2.7.18/PC/VS
  Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "select", 
"select.vcproj", "{18CAE28C-B454-46C1-87A0-493D91D97F03}"
        ProjectSection(ProjectDependencies) = postProject
                {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = 
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
-@@ -114,17 +114,17 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C9
+@@ -114,17 +114,17 @@
  EndProject
  Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bdist_wininst", 
"bdist_wininst.vcproj", "{EB1C19C1-1F18-421E-9735-CAEE69DC6A3C}"
  EndProject
@@ -1099,10 +1126,10 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pcbuild.sln 
misc/build/Python-2.7.18/PC/VS
  Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_multiprocessing", 
"_multiprocessing.vcproj", "{9E48B300-37D1-11DD-8C41-005056C00008}"
        ProjectSection(ProjectDependencies) = postProject
                {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = 
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
-diff -urp misc/Python-2.7.18/PC/VS9.0/pyexpat.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/pyexpat.vcproj
---- misc/Python-2.7.18/PC/VS9.0/pyexpat.vcproj 2017-09-16 12:38:35.000000000 
-0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/pyexpat.vcproj   2017-10-21 
17:56:40.236395000 -0500
-@@ -56,6 +56,7 @@
+diff --git misc/build/Python-2.7.18/PC/VS9.0/pyexpat.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/pyexpat.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/pyexpat.vcproj   2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/pyexpat.vcproj   2025-01-01 
13:52:10.929396000 +0200
+@@ -56,6 +56,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -1110,7 +1137,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pyexpat.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -117,6 +118,7 @@
+@@ -117,6 +118,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -1118,7 +1145,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pyexpat.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -178,6 +180,7 @@
+@@ -178,6 +180,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -1126,7 +1153,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pyexpat.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -240,6 +243,7 @@
+@@ -240,6 +243,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -1134,7 +1161,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pyexpat.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -301,6 +305,7 @@
+@@ -301,6 +305,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -1142,7 +1169,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pyexpat.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -364,6 +369,7 @@
+@@ -364,6 +369,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                TargetMachine="17"
@@ -1150,7 +1177,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pyexpat.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -425,6 +431,7 @@
+@@ -425,6 +431,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -1158,7 +1185,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pyexpat.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -488,6 +495,7 @@
+@@ -488,6 +495,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                TargetMachine="17"
@@ -1166,10 +1193,10 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pyexpat.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-diff -urp misc/Python-2.7.18/PC/VS9.0/python.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/python.vcproj
---- misc/Python-2.7.18/PC/VS9.0/python.vcproj  2017-09-16 12:38:35.000000000 
-0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/python.vcproj    2017-10-21 
17:56:40.237211000 -0500
-@@ -66,6 +66,7 @@
+diff --git misc/build/Python-2.7.18/PC/VS9.0/python.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/python.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/python.vcproj    2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/python.vcproj    2025-01-01 
13:53:46.697447000 +0200
+@@ -66,6 +66,7 @@
                                SubSystem="1"
                                StackReserveSize="2000000"
                                BaseAddress="0x1d000000"
@@ -1177,7 +1204,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/python.vcproj 
misc/build/Python-2.7.18/PC/
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -139,6 +140,7 @@
+@@ -139,6 +140,7 @@
                                SubSystem="1"
                                StackReserveSize="2000000"
                                BaseAddress="0x1d000000"
@@ -1185,7 +1212,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/python.vcproj 
misc/build/Python-2.7.18/PC/
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -213,6 +215,7 @@
+@@ -213,6 +215,7 @@
                                SubSystem="1"
                                StackReserveSize="2000000"
                                BaseAddress="0x1d000000"
@@ -1193,7 +1220,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/python.vcproj 
misc/build/Python-2.7.18/PC/
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -288,6 +291,7 @@
+@@ -288,6 +291,7 @@
                                SubSystem="1"
                                StackReserveSize="2100000"
                                BaseAddress="0x1d000000"
@@ -1201,7 +1228,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/python.vcproj 
misc/build/Python-2.7.18/PC/
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -361,6 +365,7 @@
+@@ -361,6 +365,7 @@
                                StackReserveSize="2000000"
                                BaseAddress="0x1d000000"
                                ImportLibrary=""
@@ -1209,7 +1236,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/python.vcproj 
misc/build/Python-2.7.18/PC/
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -436,6 +441,7 @@
+@@ -436,6 +441,7 @@
                                BaseAddress="0x1d000000"
                                ImportLibrary=""
                                TargetMachine="17"
@@ -1217,7 +1244,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/python.vcproj 
misc/build/Python-2.7.18/PC/
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -509,6 +515,7 @@
+@@ -509,6 +515,7 @@
                                StackReserveSize="2000000"
                                BaseAddress="0x1d000000"
                                ImportLibrary=""
@@ -1225,7 +1252,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/python.vcproj 
misc/build/Python-2.7.18/PC/
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -584,6 +591,7 @@
+@@ -584,6 +591,7 @@
                                BaseAddress="0x1d000000"
                                ImportLibrary=""
                                TargetMachine="17"
@@ -1233,10 +1260,10 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/python.vcproj 
misc/build/Python-2.7.18/PC/
                        />
                        <Tool
                                Name="VCALinkTool"
-diff -urp misc/Python-2.7.18/PC/VS9.0/pythoncore.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/pythoncore.vcproj
---- misc/Python-2.7.18/PC/VS9.0/pythoncore.vcproj      2017-09-16 
12:38:35.000000000 -0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/pythoncore.vcproj        2017-10-21 
17:56:40.238551000 -0500
-@@ -69,6 +69,7 @@
+diff --git misc/build/Python-2.7.18/PC/VS9.0/pythoncore.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/pythoncore.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/pythoncore.vcproj        2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/pythoncore.vcproj        2025-01-01 
13:54:45.577681000 +0200
+@@ -69,6 +69,7 @@
                                ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
                                BaseAddress="0x1e000000"
                                ImportLibrary="$(OutDir)$(PyDllName).lib"
@@ -1244,7 +1271,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pythoncore.vcproj 
misc/build/Python-2.7.18
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -144,6 +145,7 @@
+@@ -144,6 +145,7 @@
                                ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
                                BaseAddress="0x1e000000"
                                ImportLibrary="$(OutDir)$(PyDllName).lib"
@@ -1252,7 +1279,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pythoncore.vcproj 
misc/build/Python-2.7.18
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -222,6 +224,7 @@
+@@ -222,6 +224,7 @@
                                
ProgramDatabaseFile="$(OutDir)$(PyDllName)_d.pdb"
                                BaseAddress="0x1e000000"
                                ImportLibrary="$(OutDir)$(PyDllName)_d.lib"
@@ -1260,7 +1287,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pythoncore.vcproj 
misc/build/Python-2.7.18
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -300,6 +303,7 @@
+@@ -300,6 +303,7 @@
                                
ProgramDatabaseFile="$(OutDir)$(PyDllName)_d.pdb"
                                BaseAddress="0x1e000000"
                                ImportLibrary="$(OutDir)$(PyDllName)_d.lib"
@@ -1268,7 +1295,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pythoncore.vcproj 
misc/build/Python-2.7.18
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -374,6 +378,7 @@
+@@ -374,6 +378,7 @@
                                ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
                                BaseAddress="0x1e000000"
                                ImportLibrary="$(OutDirPGI)$(PyDllName).lib"
@@ -1276,7 +1303,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pythoncore.vcproj 
misc/build/Python-2.7.18
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -450,6 +455,7 @@
+@@ -450,6 +455,7 @@
                                BaseAddress="0x1e000000"
                                ImportLibrary="$(OutDirPGI)$(PyDllName).lib"
                                TargetMachine="17"
@@ -1284,7 +1311,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pythoncore.vcproj 
misc/build/Python-2.7.18
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -524,6 +530,7 @@
+@@ -524,6 +530,7 @@
                                ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
                                BaseAddress="0x1e000000"
                                ImportLibrary="$(OutDirPGI)$(PyDllName).lib"
@@ -1292,7 +1319,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pythoncore.vcproj 
misc/build/Python-2.7.18
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -600,6 +607,7 @@
+@@ -600,6 +607,7 @@
                                BaseAddress="0x1e000000"
                                ImportLibrary="$(OutDirPGI)$(PyDllName).lib"
                                TargetMachine="17"
@@ -1300,10 +1327,10 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pythoncore.vcproj 
misc/build/Python-2.7.18
                        />
                        <Tool
                                Name="VCALinkTool"
-diff -urp misc/Python-2.7.18/PC/VS9.0/pythonw.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/pythonw.vcproj
---- misc/Python-2.7.18/PC/VS9.0/pythonw.vcproj 2017-09-16 12:38:35.000000000 
-0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/pythonw.vcproj   2017-10-21 
17:56:40.239382000 -0500
-@@ -66,6 +66,7 @@
+diff --git misc/build/Python-2.7.18/PC/VS9.0/pythonw.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/pythonw.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/pythonw.vcproj   2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/pythonw.vcproj   2025-01-01 
13:55:29.753587000 +0200
+@@ -66,6 +66,7 @@
                                StackReserveSize="2000000"
                                BaseAddress="0x1d000000"
                                TargetMachine="1"
@@ -1311,7 +1338,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pythonw.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -137,6 +138,7 @@
+@@ -137,6 +138,7 @@
                                OutputFile="$(OutDir)\pythonw_d.exe"
                                StackReserveSize="2000000"
                                BaseAddress="0x1d000000"
@@ -1319,7 +1346,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pythonw.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -208,6 +210,7 @@
+@@ -208,6 +210,7 @@
                                StackReserveSize="2000000"
                                BaseAddress="0x1d000000"
                                TargetMachine="1"
@@ -1327,7 +1354,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pythonw.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -279,6 +282,7 @@
+@@ -279,6 +282,7 @@
                                OutputFile="$(OutDir)\pythonw.exe"
                                StackReserveSize="2000000"
                                BaseAddress="0x1d000000"
@@ -1335,7 +1362,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pythonw.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -351,6 +355,7 @@
+@@ -351,6 +355,7 @@
                                BaseAddress="0x1d000000"
                                ImportLibrary=""
                                TargetMachine="1"
@@ -1343,7 +1370,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pythonw.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -424,6 +429,7 @@
+@@ -424,6 +429,7 @@
                                BaseAddress="0x1d000000"
                                ImportLibrary=""
                                TargetMachine="17"
@@ -1351,7 +1378,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pythonw.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -496,6 +502,7 @@
+@@ -496,6 +502,7 @@
                                BaseAddress="0x1d000000"
                                ImportLibrary=""
                                TargetMachine="1"
@@ -1359,7 +1386,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pythonw.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -569,6 +576,7 @@
+@@ -569,6 +576,7 @@
                                BaseAddress="0x1d000000"
                                ImportLibrary=""
                                TargetMachine="17"
@@ -1367,10 +1394,10 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/pythonw.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-diff -urp misc/Python-2.7.18/PC/VS9.0/select.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/select.vcproj
---- misc/Python-2.7.18/PC/VS9.0/select.vcproj  2017-09-16 12:38:35.000000000 
-0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/select.vcproj    2017-10-21 
17:56:40.240210000 -0500
-@@ -57,6 +57,7 @@
+diff --git misc/build/Python-2.7.18/PC/VS9.0/select.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/select.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/select.vcproj    2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/select.vcproj    2025-01-01 
13:56:02.521672000 +0200
+@@ -57,6 +57,7 @@
                                AdditionalDependencies="ws2_32.lib"
                                IgnoreDefaultLibraryNames="libc"
                                BaseAddress="0x1D110000"
@@ -1378,7 +1405,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/select.vcproj 
misc/build/Python-2.7.18/PC/
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -119,6 +120,7 @@
+@@ -119,6 +120,7 @@
                                AdditionalDependencies="ws2_32.lib"
                                IgnoreDefaultLibraryNames="libc"
                                BaseAddress="0x1D110000"
@@ -1386,7 +1413,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/select.vcproj 
misc/build/Python-2.7.18/PC/
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -181,6 +183,7 @@
+@@ -181,6 +183,7 @@
                                AdditionalDependencies="ws2_32.lib"
                                IgnoreDefaultLibraryNames="libc"
                                BaseAddress="0x1D110000"
@@ -1394,7 +1421,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/select.vcproj 
misc/build/Python-2.7.18/PC/
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -244,6 +247,7 @@
+@@ -244,6 +247,7 @@
                                AdditionalDependencies="ws2_32.lib"
                                IgnoreDefaultLibraryNames="libc"
                                BaseAddress="0x1D110000"
@@ -1402,7 +1429,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/select.vcproj 
misc/build/Python-2.7.18/PC/
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -306,6 +310,7 @@
+@@ -306,6 +310,7 @@
                                AdditionalDependencies="ws2_32.lib"
                                IgnoreDefaultLibraryNames="libc"
                                BaseAddress="0x1D110000"
@@ -1410,7 +1437,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/select.vcproj 
misc/build/Python-2.7.18/PC/
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -370,6 +375,7 @@
+@@ -370,6 +375,7 @@
                                IgnoreDefaultLibraryNames="libc"
                                BaseAddress="0x1D110000"
                                TargetMachine="17"
@@ -1418,7 +1445,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/select.vcproj 
misc/build/Python-2.7.18/PC/
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -432,6 +438,7 @@
+@@ -432,6 +438,7 @@
                                AdditionalDependencies="ws2_32.lib"
                                IgnoreDefaultLibraryNames="libc"
                                BaseAddress="0x1D110000"
@@ -1426,7 +1453,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/select.vcproj 
misc/build/Python-2.7.18/PC/
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -496,6 +503,7 @@
+@@ -496,6 +503,7 @@
                                IgnoreDefaultLibraryNames="libc"
                                BaseAddress="0x1D110000"
                                TargetMachine="17"
@@ -1434,10 +1461,10 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/select.vcproj 
misc/build/Python-2.7.18/PC/
                        />
                        <Tool
                                Name="VCALinkTool"
-diff -urp misc/Python-2.7.18/PC/VS9.0/sqlite3.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/sqlite3.vcproj
---- misc/Python-2.7.18/PC/VS9.0/sqlite3.vcproj 2017-09-16 12:38:35.000000000 
-0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/sqlite3.vcproj   2017-10-21 
17:56:40.241775000 -0500
-@@ -56,6 +56,7 @@
+diff --git misc/build/Python-2.7.18/PC/VS9.0/sqlite3.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/sqlite3.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/sqlite3.vcproj   2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/sqlite3.vcproj   2025-01-01 
13:56:47.281717000 +0200
+@@ -56,6 +56,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                OutputFile="$(OutDir)\$(ProjectName)_d.dll"
@@ -1445,7 +1472,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/sqlite3.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -117,6 +118,7 @@
+@@ -117,6 +118,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                OutputFile="$(OutDir)\$(ProjectName)_d.dll"
@@ -1453,7 +1480,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/sqlite3.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -178,6 +180,7 @@
+@@ -178,6 +180,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                OutputFile="$(OutDir)\$(ProjectName).dll"
@@ -1461,7 +1488,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/sqlite3.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -240,6 +243,7 @@
+@@ -240,6 +243,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                OutputFile="$(OutDir)\$(ProjectName).dll"
@@ -1469,7 +1496,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/sqlite3.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -301,6 +305,7 @@
+@@ -301,6 +305,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                OutputFile="$(OutDir)\$(ProjectName).dll"
@@ -1477,7 +1504,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/sqlite3.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -362,6 +367,7 @@
+@@ -362,6 +367,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -1485,7 +1512,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/sqlite3.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -423,6 +429,7 @@
+@@ -423,6 +429,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                OutputFile="$(OutDir)\$(ProjectName).dll"
@@ -1493,7 +1520,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/sqlite3.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -484,6 +491,7 @@
+@@ -484,6 +491,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
@@ -1501,10 +1528,10 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/sqlite3.vcproj 
misc/build/Python-2.7.18/PC
                        />
                        <Tool
                                Name="VCALinkTool"
-diff -urp misc/Python-2.7.18/PC/VS9.0/unicodedata.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/unicodedata.vcproj
---- misc/Python-2.7.18/PC/VS9.0/unicodedata.vcproj     2017-09-16 
12:38:35.000000000 -0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/unicodedata.vcproj       2017-10-21 
17:56:40.242820000 -0500
-@@ -55,6 +55,7 @@
+diff --git misc/build/Python-2.7.18/PC/VS9.0/unicodedata.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/unicodedata.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/unicodedata.vcproj       2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/unicodedata.vcproj       2025-01-01 
13:57:22.673838000 +0200
+@@ -55,6 +55,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1D120000"
@@ -1512,7 +1539,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/unicodedata.vcproj 
misc/build/Python-2.7.1
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -115,6 +116,7 @@
+@@ -115,6 +116,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1D120000"
@@ -1520,7 +1547,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/unicodedata.vcproj 
misc/build/Python-2.7.1
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -175,6 +177,7 @@
+@@ -175,6 +177,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1D120000"
@@ -1528,7 +1555,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/unicodedata.vcproj 
misc/build/Python-2.7.1
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -236,6 +239,7 @@
+@@ -236,6 +239,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1D120000"
@@ -1536,7 +1563,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/unicodedata.vcproj 
misc/build/Python-2.7.1
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -296,6 +300,7 @@
+@@ -296,6 +300,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1D120000"
@@ -1544,7 +1571,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/unicodedata.vcproj 
misc/build/Python-2.7.1
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -358,6 +363,7 @@
+@@ -358,6 +363,7 @@
                                Name="VCLinkerTool"
                                BaseAddress="0x1D120000"
                                TargetMachine="17"
@@ -1552,7 +1579,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/unicodedata.vcproj 
misc/build/Python-2.7.1
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -418,6 +424,7 @@
+@@ -418,6 +424,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                BaseAddress="0x1D120000"
@@ -1560,7 +1587,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/unicodedata.vcproj 
misc/build/Python-2.7.1
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -480,6 +487,7 @@
+@@ -480,6 +487,7 @@
                                Name="VCLinkerTool"
                                BaseAddress="0x1D120000"
                                TargetMachine="17"
@@ -1568,10 +1595,10 @@ diff -urp 
misc/Python-2.7.18/PC/VS9.0/unicodedata.vcproj misc/build/Python-2.7.1
                        />
                        <Tool
                                Name="VCALinkTool"
-diff -urp misc/Python-2.7.18/PC/VS9.0/w9xpopen.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/w9xpopen.vcproj
---- misc/Python-2.7.18/PC/VS9.0/w9xpopen.vcproj        2017-09-16 
12:38:35.000000000 -0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/w9xpopen.vcproj  2017-10-21 
17:56:40.243805000 -0500
-@@ -59,6 +59,7 @@
+diff --git misc/build/Python-2.7.18/PC/VS9.0/w9xpopen.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/w9xpopen.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/w9xpopen.vcproj  2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/w9xpopen.vcproj  2025-01-01 
13:58:00.425798000 +0200
+@@ -59,6 +59,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                SubSystem="1"
@@ -1579,7 +1606,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/w9xpopen.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -124,6 +125,7 @@
+@@ -124,6 +125,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                SubSystem="1"
@@ -1587,7 +1614,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/w9xpopen.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -191,6 +193,7 @@
+@@ -191,6 +193,7 @@
                                Name="VCLinkerTool"
                                GenerateDebugInformation="false"
                                SubSystem="1"
@@ -1595,7 +1622,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/w9xpopen.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -259,6 +262,7 @@
+@@ -259,6 +262,7 @@
                                Name="VCLinkerTool"
                                GenerateDebugInformation="false"
                                SubSystem="1"
@@ -1603,7 +1630,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/w9xpopen.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -327,6 +331,7 @@
+@@ -327,6 +331,7 @@
                                GenerateDebugInformation="false"
                                SubSystem="1"
                                ImportLibrary=""
@@ -1611,7 +1638,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/w9xpopen.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -397,6 +402,7 @@
+@@ -397,6 +402,7 @@
                                SubSystem="1"
                                ImportLibrary=""
                                TargetMachine="17"
@@ -1619,7 +1646,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/w9xpopen.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -465,6 +471,7 @@
+@@ -465,6 +471,7 @@
                                GenerateDebugInformation="false"
                                SubSystem="1"
                                ImportLibrary=""
@@ -1627,7 +1654,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/w9xpopen.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -535,6 +542,7 @@
+@@ -535,6 +542,7 @@
                                SubSystem="1"
                                ImportLibrary=""
                                TargetMachine="17"
@@ -1635,10 +1662,10 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/w9xpopen.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-diff -urp misc/Python-2.7.18/PC/VS9.0/winsound.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/winsound.vcproj
---- misc/Python-2.7.18/PC/VS9.0/winsound.vcproj        2017-09-16 
12:38:35.000000000 -0500
-+++ misc/build/Python-2.7.18/PC/VS9.0/winsound.vcproj  2017-10-21 
17:56:40.244677000 -0500
-@@ -55,6 +55,7 @@
+diff --git misc/build/Python-2.7.18/PC/VS9.0/winsound.vcproj 
misc/build/Python-2.7.18/PC/VS9.0/winsound.vcproj
+--- misc/build/Python-2.7.18/PC/VS9.0/winsound.vcproj  2020-04-19 
23:13:39.000000000 +0200
++++ misc/build/Python-2.7.18/PC/VS9.0/winsound.vcproj  2025-01-01 
13:58:38.665819000 +0200
+@@ -55,6 +55,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalDependencies="winmm.lib"
@@ -1646,7 +1673,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/winsound.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -115,6 +116,7 @@
+@@ -115,6 +116,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalDependencies="winmm.lib"
@@ -1654,7 +1681,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/winsound.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -175,6 +177,7 @@
+@@ -175,6 +177,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalDependencies="winmm.lib"
@@ -1662,7 +1689,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/winsound.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -236,6 +239,7 @@
+@@ -236,6 +239,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalDependencies="winmm.lib"
@@ -1670,7 +1697,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/winsound.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -296,6 +300,7 @@
+@@ -296,6 +300,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalDependencies="winmm.lib"
@@ -1678,7 +1705,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/winsound.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -358,6 +363,7 @@
+@@ -358,6 +363,7 @@
                                Name="VCLinkerTool"
                                AdditionalDependencies="winmm.lib"
                                TargetMachine="17"
@@ -1686,7 +1713,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/winsound.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -418,6 +424,7 @@
+@@ -418,6 +424,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalDependencies="winmm.lib"
@@ -1694,7 +1721,7 @@ diff -urp misc/Python-2.7.18/PC/VS9.0/winsound.vcproj 
misc/build/Python-2.7.18/P
                        />
                        <Tool
                                Name="VCALinkTool"
-@@ -480,6 +487,7 @@
+@@ -480,6 +487,7 @@
                                Name="VCLinkerTool"
                                AdditionalDependencies="winmm.lib"
                                TargetMachine="17"

Reply via email to