From: Christian Heimes Date: Wed, 7 Sep 2016 10:51:56 +0000 (+0200) Subject: Issue #16113: compile the module on Windows, too. X-Git-Tag: v3.6.0b1~352 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=393b82e4c165e7f766560965d528b54fb9c99391;p=thirdparty%2FPython%2Fcpython.git Issue #16113: compile the module on Windows, too. --- diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 68b216ecbd2e..cab517e9767c 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -228,6 +228,7 @@ + diff --git a/PCbuild/pythoncore.vcxproj.filters b/PCbuild/pythoncore.vcxproj.filters index 8e3ccf8548f9..405974dce473 100644 --- a/PCbuild/pythoncore.vcxproj.filters +++ b/PCbuild/pythoncore.vcxproj.filters @@ -491,6 +491,9 @@ Modules + + Modules + Modules