diff options
| author | stijn | 2015-06-01 11:41:28 +0200 |
|---|---|---|
| committer | Paul Sokolovsky | 2015-06-04 19:22:13 +0300 |
| commit | 87ad80edf9e7656143079df8565c0fb0de39ef18 (patch) | |
| tree | 81197e1b75b6dab600632f877b9f23a04c0145a3 /windows/msvc | |
| parent | 567b349c2b271c0f04add0f1beb36495835f66f8 (diff) | |
windows: Implement the mp_hal_xxx functions and enable mp-readline
Diffstat (limited to 'windows/msvc')
| -rw-r--r-- | windows/msvc/sources.props | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/msvc/sources.props b/windows/msvc/sources.props index 7ec0b652b..f70becc78 100644 --- a/windows/msvc/sources.props +++ b/windows/msvc/sources.props @@ -4,9 +4,10 @@ <ItemGroup> <ClCompile Include="$(PyBaseDir)py\*.c" /> <ClCompile Include="$(PyBaseDir)extmod\*.c" /> - <ClCompile Include="$(PyBaseDir)unix\*.c" Exclude="$(PyBaseDir)unix\alloc.c;$(PyBaseDir)unix\modffi.c;$(PyBaseDir)unix\modsocket.c;$(PyBaseDir)unix\modtermios.c;$(PyBaseDir)unix\seg_helpers.c" /> + <ClCompile Include="$(PyBaseDir)unix\*.c" Exclude="$(PyBaseDir)unix\alloc.c;$(PyBaseDir)unix\modffi.c;$(PyBaseDir)unix\modsocket.c;$(PyBaseDir)unix\modtermios.c;$(PyBaseDir)unix\seg_helpers.c;$(PyBaseDir)unix\unix_mphal.c" /> <ClCompile Include="$(PyBaseDir)windows\*.c" /> <ClCompile Include="$(PyBaseDir)windows\msvc\*.c" /> + <ClCompile Include="$(PyBaseDir)lib\mp-readline\*.c" /> </ItemGroup> <ItemGroup> <ClInclude Include="$(PyBaseDir)py\*.h" /> |
