diff options
| author | stijn | 2014-09-01 10:16:07 +0200 |
|---|---|---|
| committer | stijn | 2014-09-02 09:00:20 +0200 |
| commit | 759138caee65a58ecf1f02ca7c57bc9ba3d3c5f5 (patch) | |
| tree | cb55e2658c6e87458c79c3e0161d3ffe2cb8f058 /windows/msvc | |
| parent | 90fad65d2fb2695e1941296a6a55c175982299f2 (diff) | |
msvc: Exclude modtermios, include extmod and fix compilation error
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 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> |
