Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b205fe9 commit 393b82eCopy full SHA for 393b82e
2 files changed
PCbuild/pythoncore.vcxproj
@@ -228,6 +228,7 @@
228
<ClCompile Include="..\Modules\_math.c" />
229
<ClCompile Include="..\Modules\_pickle.c" />
230
<ClCompile Include="..\Modules\_randommodule.c" />
231
+ <ClCompile Include="..\Modules\_sha3\sha3module.c" />
232
<ClCompile Include="..\Modules\_sre.c" />
233
<ClCompile Include="..\Modules\_stat.c" />
234
<ClCompile Include="..\Modules\_struct.c" />
PCbuild/pythoncore.vcxproj.filters
@@ -491,6 +491,9 @@
491
<ClCompile Include="..\Modules\_randommodule.c">
492
<Filter>Modules</Filter>
493
</ClCompile>
494
+ <ClCompile Include="..\Modules\_sha3\sha3module.c">
495
+ <Filter>Modules</Filter>
496
+ </ClCompile>
497
<ClCompile Include="..\Modules\_sre.c">
498
499
0 commit comments