enabled openmp for all configurations... (forgot in 2011-06-27T16:13:34Z!anonymissimus@arcor.de)

This commit is contained in:
Anonymissimus 2011-06-29 16:19:28 +00:00
parent 4ad0bac5e8
commit 1660635cb4
4 changed files with 5 additions and 0 deletions

View file

@ -110,6 +110,7 @@
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
OpenMP="true"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="3"

View file

@ -127,6 +127,7 @@
MinimalRebuild="true"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
OpenMP="true"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="3"
@ -209,6 +210,7 @@
MinimalRebuild="true"
BasicRuntimeChecks="0"
RuntimeLibrary="2"
OpenMP="true"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="4"

View file

@ -124,6 +124,7 @@
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;HAVE_PYTHON;USE_GZIP;NOMINMAX;_SCL_SECURE_NO_WARNINGS"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
OpenMP="true"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="3"

View file

@ -111,6 +111,7 @@
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;HAVE_PYTHON;USE_GZIP;NO_HAVE_FRIBIDI;NOMINMAX;_SCL_SECURE_NO_WARNINGS"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
OpenMP="true"
WarningLevel="3"
DebugInformationFormat="3"
/>