From c4caa9c4009ed344f903f2b39956720f473dd676 Mon Sep 17 00:00:00 2001 From: Hirokazu Yamamoto Date: Sat, 18 Sep 2010 22:33:33 +0000 Subject: Merged revisions 84851 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84851 | hirokazu.yamamoto | 2010-09-17 02:50:57 +0900 | 3 lines Issue #9810: Compile bzip2 source files in python's project file directly. It used to be built with bzip2's makefile. ........ --- Misc/NEWS | 3 ++ PCbuild/bz2.vcproj | 84 ++++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 63 insertions(+), 24 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 558c4f3..0c4678b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -332,6 +332,9 @@ Tools/Demos Build ----- +- Issue #9810: Compile bzip2 source files in python's project file + directly. It used to be built with bzip2's makefile. + - Issue #941346: Improve the build process under AIX and allow Python to be built as a shared library. Patch by Sébastien Sablé. diff --git a/PCbuild/bz2.vcproj b/PCbuild/bz2.vcproj index 2c16eb0..afda578 100644 --- a/PCbuild/bz2.vcproj +++ b/PCbuild/bz2.vcproj @@ -43,6 +43,7 @@ + + + + + + + + + + + + + + + + + + + + + + -- cgit v0.12