summaryrefslogtreecommitdiffstatshomepage
path: root/windows
diff options
context:
space:
mode:
authorstijn <stinos@zoho.com>2015-12-14 21:12:52 +0100
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-12-15 00:13:21 +0200
commit951fc7e993ae8069444c5cffbc889a6f305a8455 (patch)
tree8fd7e4079f40cba9ba487f594feec29db0eb2729 /windows
parentd874702fe1e5822f8a3e1662657ac27d0b15bb68 (diff)
downloadmicropython-951fc7e993ae8069444c5cffbc889a6f305a8455.tar.gz
micropython-951fc7e993ae8069444c5cffbc889a6f305a8455.zip
msvc: Use new modmachine infrastructure per changes in f925165
Diffstat (limited to 'windows')
-rw-r--r--windows/msvc/sources.props3
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/msvc/sources.props b/windows/msvc/sources.props
index b840025006..470b907fad 100644
--- a/windows/msvc/sources.props
+++ b/windows/msvc/sources.props
@@ -12,7 +12,8 @@
<ClCompile Include="$(PyBaseDir)unix\main.c"/>
<ClCompile Include="$(PyBaseDir)unix\modos.c"/>
<ClCompile Include="$(PyBaseDir)unix\modtime.c"/>
- <ClCompile Include="$(PyBaseDir)extmod\modmachine.c" />
+ <ClCompile Include="$(PyBaseDir)unix\modmachine.c" />
+ <ClCompile Include="$(PyBaseDir)extmod\machine_mem.c" />
<ClCompile Include="$(PyBaseDir)extmod\modubinascii.c" />
<ClCompile Include="$(PyBaseDir)extmod\moductypes.c" />
<ClCompile Include="$(PyBaseDir)extmod\moduhashlib.c" />