From: Steve Dower Date: Wed, 5 Apr 2023 16:02:04 +0000 (+0100) Subject: gh-103262: Fixes Windows installer build to work with latest compilers (GH-103281) X-Git-Tag: v3.10.12~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=decf7a7cb7daf76c7495d95f1bfe07962a1851cb;p=thirdparty%2FPython%2Fcpython.git gh-103262: Fixes Windows installer build to work with latest compilers (GH-103281) --- diff --git a/Misc/NEWS.d/next/Build/2023-04-05-15-59-46.gh-issue-103262.nV83ub.rst b/Misc/NEWS.d/next/Build/2023-04-05-15-59-46.gh-issue-103262.nV83ub.rst new file mode 100644 index 000000000000..d4bb95559513 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2023-04-05-15-59-46.gh-issue-103262.nV83ub.rst @@ -0,0 +1 @@ +Fixes Windows installer build to work with latest compilers. diff --git a/Tools/msi/bundle/bootstrap/pythonba.vcxproj b/Tools/msi/bundle/bootstrap/pythonba.vcxproj index e40fb444716e..8b128f6393f3 100644 --- a/Tools/msi/bundle/bootstrap/pythonba.vcxproj +++ b/Tools/msi/bundle/bootstrap/pythonba.vcxproj @@ -21,6 +21,7 @@ Release Win32 + v143 v142 v141 @@ -49,8 +50,7 @@ comctl32.lib;gdiplus.lib;msimg32.lib;shlwapi.lib;wininet.lib;dutil.lib;balutil.lib;version.lib;uxtheme.lib;%(AdditionalDependencies) - $(WixInstallPath)sdk\vs2017\lib\x86 - $(WixInstallPath)sdk\vs2017\lib\x86 + $(WixInstallPath)sdk\vs2017\lib\x86 $(WixInstallPath)sdk\vs2015\lib\x86 $(WixInstallPath)sdk\vs2013\lib\x86 pythonba.def