Skip to content

Commit

Permalink
msvc: fix ARM project
Browse files Browse the repository at this point in the history
  • Loading branch information
sekrit-twc committed Oct 14, 2017
1 parent 8dc44d0 commit 379b163
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion _msvc/zimg_universal/zimg_universal.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<ClCompile Include="..\..\src\zimg\common\cpuinfo.cpp" />
<ClCompile Include="..\..\src\zimg\common\libm_wrapper.cpp" />
<ClCompile Include="..\..\src\zimg\common\matrix.cpp" />
<ClCompile Include="..\..\src\zimg\common\x86util.cpp" />
<ClCompile Include="..\..\src\zimg\depth\depth.cpp" />
<ClCompile Include="..\..\src\zimg\depth\depth_convert.cpp" />
<ClCompile Include="..\..\src\zimg\depth\dither.cpp" />
Expand Down
3 changes: 0 additions & 3 deletions _msvc/zimg_universal/zimg_universal.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@
<ClCompile Include="..\..\src\zimg\common\matrix.cpp">
<Filter>Source Files\common</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zimg\common\x86util.cpp">
<Filter>Source Files\common</Filter>
</ClCompile>
<ClCompile Include="..\..\src\zimg\depth\depth.cpp">
<Filter>Source Files\depth</Filter>
</ClCompile>
Expand Down

0 comments on commit 379b163

Please sign in to comment.