Skip to content

Commit

Permalink
Changed dependency for OCR in release version - use non-debug version…
Browse files Browse the repository at this point in the history
… of tesseract
  • Loading branch information
cfsmp3 committed Dec 15, 2016
1 parent 6e17633 commit 05da03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/ccextractor.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ xcopy /y $(ProjectDir)libs\lib\libtesseract304d.dll $(ProjectDir)$(OutDir)</Comm
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>WS2_32.Lib;liblept172.lib;libtesseract304d.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>WS2_32.Lib;liblept172.lib;libtesseract304.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem>
<OptimizeReferences>true</OptimizeReferences>
Expand Down

0 comments on commit 05da03a

Please sign in to comment.