summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-01-26 19:38:59 +0000
committerDamien George <damien.p.george@gmail.com>2016-01-26 19:38:59 +0000
commite713222fabe1c3987364870ed592db38529bc4a3 (patch)
treede5ccdcaefaca70b8d6fe6d5932eb04703103ee3
parent0ae97f531d700119a3b07026c9e77069710303a6 (diff)
downloadmicropython-e713222fabe1c3987364870ed592db38529bc4a3.tar.gz
micropython-e713222fabe1c3987364870ed592db38529bc4a3.zip
windows/msvc: Add modurandom.c to list of source files.
-rw-r--r--windows/msvc/sources.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/msvc/sources.props b/windows/msvc/sources.props
index 470b907fad..b1065bdfe4 100644
--- a/windows/msvc/sources.props
+++ b/windows/msvc/sources.props
@@ -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>