]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update Windows library names for the Python version bump (#118766)
authorKirill Podoprigora <kirill.bast9@mail.ru>
Wed, 8 May 2024 16:00:38 +0000 (19:00 +0300)
committerGitHub <noreply@github.com>
Wed, 8 May 2024 16:00:38 +0000 (16:00 +0000)
PC/pyconfig.h.in
PCbuild/rt.bat

index d72d6282c2806f1770d7b7a9a9bab67311425453..f44e41c2e72f849c779ca2a96c7de91e3a45113e 100644 (file)
@@ -316,19 +316,19 @@ Py_NO_ENABLE_SHARED to find out.  Also support MS_NO_COREDLL for b/w compat */
                         file in their Makefile */
 #                       if defined(Py_GIL_DISABLED)
 #                       if defined(_DEBUG)
-#                               pragma comment(lib,"python313t_d.lib")
+#                               pragma comment(lib,"python314t_d.lib")
 #                       elif defined(Py_LIMITED_API)
 #                               pragma comment(lib,"python3t.lib")
 #                       else
-#                               pragma comment(lib,"python313t.lib")
+#                               pragma comment(lib,"python314t.lib")
 #                       endif /* _DEBUG */
 #                       else /* Py_GIL_DISABLED */
 #                       if defined(_DEBUG)
-#                               pragma comment(lib,"python313_d.lib")
+#                               pragma comment(lib,"python314_d.lib")
 #                       elif defined(Py_LIMITED_API)
 #                               pragma comment(lib,"python3.lib")
 #                       else
-#                               pragma comment(lib,"python313.lib")
+#                               pragma comment(lib,"python314.lib")
 #                       endif /* _DEBUG */
 #                       endif /* Py_GIL_DISABLED */
 #               endif /* _MSC_VER */
index ac530a5206271f4a021db5452d2525ffa5e28c69..c436215780fda06b8f46b22e814d5cd2ab13eb04 100644 (file)
@@ -42,7 +42,7 @@ if "%~1"=="-O" (set dashO=-O)     & shift & goto CheckOpts
 if "%~1"=="-q" (set qmode=yes)    & shift & goto CheckOpts
 if "%~1"=="-d" (set suffix=_d)    & shift & goto CheckOpts
 rem HACK: Need some way to infer the version number in this script
-if "%~1"=="--disable-gil" (set pyname=python3.13t) & shift & goto CheckOpts
+if "%~1"=="--disable-gil" (set pyname=python3.14t) & shift & goto CheckOpts
 if "%~1"=="-win32" (set prefix=%pcbuild%win32) & shift & goto CheckOpts
 if "%~1"=="-x64" (set prefix=%pcbuild%amd64) & shift & goto CheckOpts
 if "%~1"=="-amd64" (set prefix=%pcbuild%amd64) & shift & goto CheckOpts