diff options
| author | Damien George | 2014-09-02 11:37:47 +0100 |
|---|---|---|
| committer | Damien George | 2014-09-02 11:37:47 +0100 |
| commit | bc9f34860b75ef76d5ec4a3452c63eb4210f392b (patch) | |
| tree | f8089b254fe5f074cd3304080cd07129fdf1a136 /windows/msvc | |
| parent | bad2df3e95cd5719099319d71590a79bf6bc4493 (diff) | |
| parent | 759138caee65a58ecf1f02ca7c57bc9ba3d3c5f5 (diff) | |
Merge branch 'msvc-extmod' of github.com:stinos/micropython into stinos-msvc-extmod
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> |
