8000
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 0ae97f5 commit e713222Copy full SHA for e713222
windows/msvc/sources.props
@@ -19,6 +19,7 @@
19
<ClCompile Include="$(PyBaseDir)extmod\moduhashlib.c" />
20
<ClCompile Include="$(PyBaseDir)extmod\moduheapq.c" />
21
<ClCompile Include="$(PyBaseDir)extmod\modujson.c" />
22
+ <ClCompile Include="$(PyBaseDir)extmod\modurandom.c" />
23
<ClCompile Include="$(PyBaseDir)extmod\modure.c" />
24
<ClCompile Include="$(PyBaseDir)extmod\moduzlib.c" />
25
</ItemGroup>
0 commit comments