summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcxproj.filters
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2016-09-07 10:51:56 (GMT)
committerChristian Heimes <christian@python.org>2016-09-07 10:51:56 (GMT)
commit393b82e4c165e7f766560965d528b54fb9c99391 (patch)
treea9b69ed933fbf0fa615664f8d78f228900105ed5 /PCbuild/pythoncore.vcxproj.filters
parentb205fe9791d780b0bdb88492eeaa71348e1d6957 (diff)
downloadcpython-393b82e4c165e7f766560965d528b54fb9c99391.zip
cpython-393b82e4c165e7f766560965d528b54fb9c99391.tar.gz
cpython-393b82e4c165e7f766560965d528b54fb9c99391.tar.bz2
Issue #16113: compile the module on Windows, too.
Diffstat (limited to 'PCbuild/pythoncore.vcxproj.filters')
-rw-r--r--PCbuild/pythoncore.vcxproj.filters3
1 files changed, 3 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcxproj.filters b/PCbuild/pythoncore.vcxproj.filters
index 8e3ccf8..405974d 100644
--- a/PCbuild/pythoncore.vcxproj.filters
+++ b/PCbuild/pythoncore.vcxproj.filters
@@ -491,6 +491,9 @@
<ClCompile Include="..\Modules\_randommodule.c">
<Filter>Modules</Filter>
</ClCompile>
+ <ClCompile Include="..\Modules\_sha3\sha3module.c">
+ <Filter>Modules</Filter>
+ </ClCompile>
<ClCompile Include="..\Modules\_sre.c">
<Filter>Modules</Filter>
</ClCompile>