Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 393b82e

Browse files
committed
Issue #16113: compile the module on Windows, too.
1 parent b205fe9 commit 393b82e

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

PCbuild/pythoncore.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@
228228
<ClCompile Include="..\Modules\_math.c" />
229229
<ClCompile Include="..\Modules\_pickle.c" />
230230
<ClCompile Include="..\Modules\_randommodule.c" />
231+
<ClCompile Include="..\Modules\_sha3\sha3module.c" />
231232
<ClCompile Include="..\Modules\_sre.c" />
232233
<ClCompile Include="..\Modules\_stat.c" />
233234
<ClCompile Include="..\Modules\_struct.c" />

PCbuild/pythoncore.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,9 @@
491491
<ClCompile Include="..\Modules\_randommodule.c">
492492
<Filter>Modules</Filter>
493493
</ClCompile>
494+
<ClCompile Include="..\Modules\_sha3\sha3module.c">
495+
<Filter>Modules</Filter>
496+
</ClCompile>
494497
<ClCompile Include="..\Modules\_sre.c">
495498
<Filter>Modules</Filter>
496499
</ClCompile>

0 commit comments

Comments
 (0)