aboutsummaryrefslogtreecommitdiff
path: root/windows/msvc
diff options
context:
space:
mode:
authorDamien George2014-09-02 11:39:12 +0100
committerDamien George2014-09-02 11:39:12 +0100
commit27dd910c446e89fadb6aecac5175c8c2ccbac5ff (patch)
tree6aee913e261043ad680e2fa5076060fcf1932492 /windows/msvc
parentbad2df3e95cd5719099319d71590a79bf6bc4493 (diff)
parente875e3882d9c567a8b2dc88e9f13e1057fc39e9f (diff)
Merge branch 'stinos-msvc-extmod'
Diffstat (limited to 'windows/msvc')
-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 6fd3306b9..b48277ff2 100644
--- a/windows/msvc/sources.props
+++ b/windows/msvc/sources.props
@@ -5,7 +5,8 @@
</PropertyGroup>
<ItemGroup>
<ClCompile Include="$(PyBaseDir)py\*.c" />
- <ClCompile Include="$(PyBaseDir)unix\*.c" Exclude="$(PyBaseDir)unix\modffi.c;$(PyBaseDir)unix\modsocket.c;$(PyBaseDir)unix\seg_helpers.c" />
+ <ClCompile Include="$(PyBaseDir)extmod\*.c" />
+ <ClCompile Include="$(PyBaseDir)unix\*.c" Exclude="$(PyBaseDir)unix\modffi.c;$(PyBaseDir)unix\modsocket.c;$(PyBaseDir)unix\modtermios.c;$(PyBaseDir)unix\seg_helpers.c" />
<ClCompile Include="$(PyBaseDir)windows\*.c" />
<ClCompile Include="$(PyBaseDir)windows\msvc\*.c" />
</ItemGroup>