From b4b92becf16892a592c372d22f4189a9cbeda0b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Fri, 24 Aug 2012 15:21:24 +0200 Subject: Issue #15511: Drop explicit dependency on pythonxy.lib from amd64 configuration. --- Misc/NEWS | 3 +++ PCbuild/_decimal.vcxproj | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 0203e6c..e8ec6dc 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 97b737a..98ba81d 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) -- cgit v0.12