From: Martin v. Löwis Date: Fri, 24 Aug 2012 13:21:24 +0000 (+0200) Subject: Issue #15511: Drop explicit dependency on pythonxy.lib from amd64 configuration. X-Git-Tag: v3.3.0rc1~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4b92becf16892a592c372d22f4189a9cbeda0b2;p=python Issue #15511: Drop explicit dependency on pythonxy.lib from amd64 configuration. --- diff --git a/Misc/NEWS b/Misc/NEWS index 0203e6cec4..e8ec6dc8e1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -115,6 +115,9 @@ Tests Build ----- +- Issue #15511: Drop explicit dependency on pythonxy.lib from _decimal + amd64 configuration. + - Add missing PGI/PGO configurations for pywlauncher. - Issue #15645: Ensure 2to3 grammar pickles are properly installed. diff --git a/PCbuild/_decimal.vcxproj b/PCbuild/_decimal.vcxproj index 97b737aa97..98ba81db23 100644 --- a/PCbuild/_decimal.vcxproj +++ b/PCbuild/_decimal.vcxproj @@ -168,7 +168,6 @@ 0x1D1A0000 - $(OutDir)python33_d.lib;%(AdditionalDependencies) @@ -192,7 +191,6 @@ NotSet 0x1D1A0000 - $(OutDir)python33.lib;%(AdditionalDependencies) @@ -217,7 +215,6 @@ NotSet 0x1D1A0000 MachineX64 - $(OutDir)python33.lib;%(AdditionalDependencies) @@ -242,7 +239,6 @@ NotSet 0x1D1A0000 MachineX64 - $(SolutionDir)\$(PlatformShortName)\python33.lib;%(AdditionalDependencies)