mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #16113: compile the module on Windows, too.
This commit is contained in:
parent
b205fe9791
commit
393b82e4c1
2 changed files with 4 additions and 0 deletions
|
@ -228,6 +228,7 @@
|
|||
<ClCompile Include="..\Modules\_math.c" />
|
||||
<ClCompile Include="..\Modules\_pickle.c" />
|
||||
<ClCompile Include="..\Modules\_randommodule.c" />
|
||||
<ClCompile Include="..\Modules\_sha3\sha3module.c" />
|
||||
<ClCompile Include="..\Modules\_sre.c" />
|
||||
<ClCompile Include="..\Modules\_stat.c" />
|
||||
<ClCompile Include="..\Modules\_struct.c" />
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue