Skip to content

Commit

Permalink
windows/msvc: Add modurandom.c to list of source files.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgeorge committed Jan 26, 2016
1 parent 0ae97f5 commit e713222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows/msvc/sources.props
Expand Up @@ -19,6 +19,7 @@
<ClCompile Include="$(PyBaseDir)extmod\moduhashlib.c" />
<ClCompile Include="$(PyBaseDir)extmod\moduheapq.c" />
<ClCompile Include="$(PyBaseDir)extmod\modujson.c" />
<ClCompile Include="$(PyBaseDir)extmod\modurandom.c" />
<ClCompile Include="$(PyBaseDir)extmod\modure.c" />
<ClCompile Include="$(PyBaseDir)extmod\moduzlib.c" />
</ItemGroup>
Expand Down

0 comments on commit e713222

Please sign in to comment.