77---
88 PCbuild/_ssl.vcxproj | 3 --
99 PCbuild/_ssl.vcxproj.filters | 3 --
10- PCbuild/openssl.props | 16 ++-- -------
10+ PCbuild/openssl.props | 14 ++-------
1111 PCbuild/openssl.vcxproj | 56 ------------------------------------
12- PCbuild/python.props | 1 +
12+ PCbuild/python.props | 21 +++++++-------
1313 PCbuild/python.vcxproj | 3 ++
1414 PCbuild/pythonw.vcxproj | 3 ++
15- 7 files changed, 10 insertions(+), 75 deletions(-)
15+ 7 files changed, 19 insertions(+), 84 deletions(-)
1616
1717diff --git a/PCbuild/_ssl.vcxproj b/PCbuild/_ssl.vcxproj
1818index 4907f49b66..b2c23d5e8c 100644
@@ -43,7 +43,7 @@ index 716a69a41a..8aef9e03fc 100644
4343 <ItemGroup>
4444 <ResourceCompile Include="..\PC\python_nt.rc">
4545diff --git a/PCbuild/openssl.props b/PCbuild/openssl.props
46- index 6081d3c8c6..3538596cbf 100644
46+ index a4186f01da..fc39a0105a 100644
4747--- a/PCbuild/openssl.props
4848+++ b/PCbuild/openssl.props
4949@@ -2,10 +2,10 @@
@@ -73,9 +73,8 @@ index 6081d3c8c6..3538596cbf 100644
7373- <Target Name="_CleanSSLDLL" Condition="$(SkipCopySSLDLL) == ''" BeforeTargets="Clean">
7474- <Delete Files="@(_SSLDLL->'$(OutDir)%(Filename)%(Extension)')" TreatErrorsAsWarnings="true" />
7575- </Target>
76- - </Project>
76+ </Project>
7777\ No newline at end of file
78- + </Project>
7978diff --git a/PCbuild/openssl.vcxproj b/PCbuild/openssl.vcxproj
8079index 0da6f67495..17eee400eb 100644
8180--- a/PCbuild/openssl.vcxproj
@@ -146,7 +145,7 @@ index 0da6f67495..17eee400eb 100644
146145 <Target Name="CleanAll">
147146 <Delete Files="$(TargetPath);$(BuildPath)$(tclDLLName)" />
148147diff --git a/PCbuild/python.props b/PCbuild/python.props
149- index 57360e57ba..51b2d8cc0a 100644
148+ index d3586235c8..f77eded4be 100644
150149--- a/PCbuild/python.props
151150+++ b/PCbuild/python.props
152151@@ -63,22 +63,23 @@
@@ -165,26 +164,26 @@ index 57360e57ba..51b2d8cc0a 100644
165164- <libffiDir Condition="$(libffiDir) == ''">$(ExternalsDir)libffi-3.4.4\</libffiDir>
166165- <libffiOutDir Condition="$(libffiOutDir) == ''">$(libffiDir)$(ArchName)\</libffiOutDir>
167166- <libffiIncludeDir Condition="$(libffiIncludeDir) == ''">$(libffiOutDir)include</libffiIncludeDir>
168- - <opensslDir Condition="$(opensslDir) == ''">$(ExternalsDir)openssl-1.1.1u \</opensslDir>
169- - <opensslOutDir Condition="$(opensslOutDir) == ''">$(ExternalsDir)openssl-bin-1.1.1u \$(ArchName)\</opensslOutDir>
167+ - <opensslDir Condition="$(opensslDir) == ''">$(ExternalsDir)openssl-3.0.9 \</opensslDir>
168+ - <opensslOutDir Condition="$(opensslOutDir) == ''">$(ExternalsDir)openssl-bin-3.0.9 \$(ArchName)\</opensslOutDir>
170169- <opensslIncludeDir Condition="$(opensslIncludeDir) == ''">$(opensslOutDir)include</opensslIncludeDir>
171- + <!-- <sqlite3Dir Condition="$(sqlite3Dir) == ''">$(ExternalsDir)sqlite-3.39.4 .0\</sqlite3Dir> -->
170+ + <!-- <sqlite3Dir Condition="$(sqlite3Dir) == ''">$(ExternalsDir)sqlite-3.42.0 .0\</sqlite3Dir> -->
172171+ <!-- <bz2Dir Condition="$(bz2Dir) == ''">$(ExternalsDir)bzip2-1.0.8\</bz2Dir> -->
173172+ <!-- <lzmaDir Condition="$(lzmaDir) == ''">$(ExternalsDir)xz-5.2.5\</lzmaDir> -->
174- + <!-- <libffiDir Condition="$(libffiDir) == ''">$(ExternalsDir)libffi-3.4.3 \</libffiDir> -->
173+ + <!-- <libffiDir Condition="$(libffiDir) == ''">$(ExternalsDir)libffi-3.4.4 \</libffiDir> -->
175174+ <!-- <libffiOutDir Condition="$(libffiOutDir) == ''">$(libffiDir)$(ArchName)\</libffiOutDir> -->
176175+ <!-- <libffiIncludeDir Condition="$(libffiIncludeDir) == ''">$(libffiOutDir)include</libffiIncludeDir> -->
177- + <!-- <opensslDir Condition="$(opensslDir) == ''">$(ExternalsDir)openssl-1.1.1s \</opensslDir> -->
178- + <!-- <opensslOutDir Condition="$(opensslOutDir) == ''">$(ExternalsDir)openssl-bin-1.1.1s \$(ArchName)\</opensslOutDir> -->
176+ + <!-- <opensslDir Condition="$(opensslDir) == ''">$(ExternalsDir)openssl-3.0.9 \</opensslDir> -->
177+ + <!-- <opensslOutDir Condition="$(opensslOutDir) == ''">$(ExternalsDir)openssl-bin-3.0.9 \$(ArchName)\</opensslOutDir> -->
179178+ <!-- <opensslIncludeDir Condition="$(opensslIncludeDir) == ''">$(opensslOutDir)include</opensslIncludeDir> -->
180179 <nasmDir Condition="$(nasmDir) == ''">$(ExternalsDir)\nasm-2.11.06\</nasmDir>
181180- <zlibDir Condition="$(zlibDir) == ''">$(ExternalsDir)\zlib-1.2.13\</zlibDir>
182181+ <!-- <zlibDir Condition="$(zlibDir) == ''">$(ExternalsDir)\zlib-1.2.13\</zlibDir> -->
183182 </PropertyGroup>
184183
185- <PropertyGroup>
184+ <PropertyGroup>
186185diff --git a/PCbuild/python.vcxproj b/PCbuild/python.vcxproj
187- index d07db3a681..5f2356cb36 100644
186+ index f4640454a7..c1810c7db2 100644
188187--- a/PCbuild/python.vcxproj
189188+++ b/PCbuild/python.vcxproj
190189@@ -106,6 +106,9 @@
@@ -198,10 +197,10 @@ index d07db3a681..5f2356cb36 100644
198197 <ItemGroup>
199198 <ProjectReference Include="pythoncore.vcxproj">
200199diff --git a/PCbuild/pythonw.vcxproj b/PCbuild/pythonw.vcxproj
201- index e7216dec3a..247ea10d5c 100644
200+ index e23635e5ea..525295c76f 100644
202201--- a/PCbuild/pythonw.vcxproj
203202+++ b/PCbuild/pythonw.vcxproj
204- @@ -97 ,6 +97 ,9 @@
203+ @@ -98 ,6 +98 ,9 @@
205204 </ItemGroup>
206205 <ItemGroup>
207206 <ClCompile Include="..\PC\WinMain.c" />
@@ -212,5 +211,5 @@ index e7216dec3a..247ea10d5c 100644
212211 <ItemGroup>
213212 <ProjectReference Include="pythoncore.vcxproj">
214213- -
215- 2.30.2
214+ 2.32.1 (Apple Git-133)
216215
0 commit comments