Skip to content

Commit

Permalink
Revert "allow OpenMP in VS2010 LIB_Release"
Browse files Browse the repository at this point in the history
This reverts commit a02ef80.
  • Loading branch information
zdenop committed Mar 24, 2016
1 parent bd424f6 commit a3ba11b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vs2010/libtesseract/libtesseract.vcxproj
Expand Up @@ -195,7 +195,7 @@ copy "$(TargetPath)" ..\..\..\lib
<ClCompile>
<Optimization>MaxSpeed</Optimization>
<AdditionalIncludeDirectories>..\..\api;..\..\ccmain;..\..\ccutil;..\..\ccstruct;..\..\classify;..\..\cube;..\..\cutil;..\..\dict;..\..\neural_networks\runtime;..\..\textord;..\..\viewer;..\..\wordrec;.;..\..\..\include;..\..\..\include\leptonica;..\port;..\..\opencl;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>OPENMP;WIN32;_WINDOWS;NDEBUG;_LIB;USE_STD_NAMESPACE;WINDLLNAME="$(TargetFileName)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_LIB;USE_STD_NAMESPACE;WINDLLNAME="$(TargetFileName)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
Expand All @@ -204,7 +204,6 @@ copy "$(TargetPath)" ..\..\..\lib
</DebugInformationFormat>
<CompileAs>Default</CompileAs>
<DisableSpecificWarnings>4244;4305;4018;4267;4996;4800;4005;4355;4099;4566;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<OpenMPSupport>true</OpenMPSupport>
</ClCompile>
<Lib>
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
Expand Down

1 comment on commit a3ba11b

@zdenop
Copy link
Contributor Author

@zdenop zdenop commented on a3ba11b Mar 24, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VS2010 Express has no official support of OpenMP

Please sign in to comment.