mirror of https://github.com/python/cpython
Issue #16113: compile the module on Windows, too.
This commit is contained in:
parent
b205fe9791
commit
393b82e4c1
|
@ -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…
Reference in New Issue