diff options
author | George Hazan <george.hazan@gmail.com> | 2012-12-04 20:05:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-12-04 20:05:18 +0000 |
commit | b95aaa23884bc849b8e22df800bdfb201456f8e1 (patch) | |
tree | 1c096778fb25a8c8ba263716b5bfb2b7d4cc4d20 /plugins/FingerprintNG | |
parent | 1f050b13a775eb02af256b7d1580e0b08fc7fc9e (diff) |
C++ exceptions turned off when not needed
git-svn-id: http://svn.miranda-ng.org/main/trunk@2644 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerprintNG')
-rw-r--r-- | plugins/FingerprintNG/fingerprint_ng_vs2010.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/FingerprintNG/fingerprint_ng_vs2010.vcxproj b/plugins/FingerprintNG/fingerprint_ng_vs2010.vcxproj index 4ecd69957c..77ddf265cf 100644 --- a/plugins/FingerprintNG/fingerprint_ng_vs2010.vcxproj +++ b/plugins/FingerprintNG/fingerprint_ng_vs2010.vcxproj @@ -81,6 +81,7 @@ <WarningLevel>Level3</WarningLevel>
<PrecompiledHeaderFile>global.h</PrecompiledHeaderFile>
<FunctionLevelLinking>true</FunctionLevelLinking>
+ <ExceptionHandling>false</ExceptionHandling>
</ClCompile>
<Link>
<OptimizeReferences>true</OptimizeReferences>
@@ -109,6 +110,7 @@ <WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<PrecompiledHeaderFile>global.h</PrecompiledHeaderFile>
+ <ExceptionHandling>false</ExceptionHandling>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -134,6 +136,7 @@ <PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeaderFile>global.h</PrecompiledHeaderFile>
<FunctionLevelLinking>true</FunctionLevelLinking>
+ <ExceptionHandling>false</ExceptionHandling>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -161,6 +164,7 @@ <PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeaderFile>global.h</PrecompiledHeaderFile>
+ <ExceptionHandling>false</ExceptionHandling>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|