diff --git a/Misc/NEWS b/Misc/NEWS
index f1fd78e8ba0..22cffdcc3c3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -565,6 +565,9 @@ Extension Modules
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 2c16eb0cbb5..afda578e436 100644
--- a/PCbuild/bz2.vcproj
+++ b/PCbuild/bz2.vcproj
@@ -43,6 +43,7 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+