diff options
| author | stijn | 2014-09-22 11:05:42 +0200 |
|---|---|---|
| committer | stijn | 2014-09-22 11:10:27 +0200 |
| commit | 8c41920a906eaf6cea739f6edf826f6619d5cb24 (patch) | |
| tree | 84156100de0498a41a77650117064cb890db65b4 /windows/msvc/sources.props | |
| parent | 2842945e760c98793cb0c62a66345ab8850afc1a (diff) | |
windows: Enable input(), sys.maxsize(), ujson module, emergency exception buf, os module
Diffstat (limited to 'windows/msvc/sources.props')
| -rw-r--r-- | windows/msvc/sources.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/msvc/sources.props b/windows/msvc/sources.props index b48277ff2..364f36b04 100644 --- a/windows/msvc/sources.props +++ b/windows/msvc/sources.props @@ -6,7 +6,7 @@ <ItemGroup> <ClCompile Include="$(PyBaseDir)py\*.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)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)windows\*.c" /> <ClCompile Include="$(PyBaseDir)windows\msvc\*.c" /> </ItemGroup> |
