From 234f88dc73d4324851c4b624110f7afe699c1dbf Mon Sep 17 00:00:00 2001 From: Hirokazu Yamamoto Date: Thu, 16 Sep 2010 17:50:57 +0000 Subject: [PATCH] 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 43c55df5f108..60b62b2c2030 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -183,6 +183,9 @@ Tests Build ----- +- Issue #9810: Compile bzip2 source files in python's project file + directly. It used to be built with bzip2's makefile. + - Issue #9848: Stopping trying to build _weakref in setup.py as it is a built-in module. diff --git a/PCbuild/bz2.vcproj b/PCbuild/bz2.vcproj index 2c16eb0cbb5a..afda578e4363 100644 --- a/PCbuild/bz2.vcproj +++ b/PCbuild/bz2.vcproj @@ -43,6 +43,7 @@ + + + + + + + + + + + + + + + + + + + + + + -- 2.47.3