Skip to content

Commit

Permalink
Remove 'listio.cpp' and 'listio.h' from vs2010 vcxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdo committed Dec 9, 2016
1 parent d2d708c commit 1901aae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 1 addition & 3 deletions vs2010/libtesseract/libtesseract.vcxproj
Expand Up @@ -448,7 +448,6 @@ copy "$(TargetDir)$(TargetName).lib" ..\..\..\lib
<ClCompile Include="..\..\wordrec\language_model.cpp" />
<ClCompile Include="..\..\textord\linefind.cpp" />
<ClCompile Include="..\..\ccstruct\linlsq.cpp" />
<ClCompile Include="..\..\cutil\listio.cpp" />
<ClCompile Include="..\..\ccmain\ltrresultiterator.cpp" />
<ClCompile Include="..\..\ccutil\mainblk.cpp" />
<ClCompile Include="..\..\textord\makerow.cpp" />
Expand Down Expand Up @@ -716,7 +715,6 @@ copy "$(TargetDir)$(TargetName).lib" ..\..\..\lib
<ClInclude Include="..\..\wordrec\language_model.h" />
<ClInclude Include="..\..\textord\linefind.h" />
<ClInclude Include="..\..\ccstruct\linlsq.h" />
<ClInclude Include="..\..\cutil\listio.h" />
<ClInclude Include="..\..\ccutil\lsterr.h" />
<ClInclude Include="..\..\ccmain\ltrresultiterator.h" />
<ClInclude Include="..\..\textord\makerow.h" />
Expand Down Expand Up @@ -867,4 +865,4 @@ copy "$(TargetDir)$(TargetName).lib" ..\..\..\lib
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
8 changes: 1 addition & 7 deletions vs2010/libtesseract/libtesseract.vcxproj.filters
Expand Up @@ -361,9 +361,6 @@
<ClCompile Include="..\..\textord\linefind.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\cutil\listio.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\wordrec\lm_consistency.cpp">
<Filter>Source Files</Filter>
</ClCompile>
Expand Down Expand Up @@ -1170,9 +1167,6 @@
<ClInclude Include="..\..\ccstruct\linlsq.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\cutil\listio.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\wordrec\lm_consistency.h">
<Filter>Header Files</Filter>
</ClInclude>
Expand Down Expand Up @@ -1610,4 +1604,4 @@
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
</Project>
</Project>

0 comments on commit 1901aae

Please sign in to comment.