[Mobies-commit] [commit] r4113 - UDM/trunk/Projects/Win32/VC10/src/UdmDll

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Wed Oct 3 09:39:16 CDT 2012


Author: ksmyth
Date: Wed Oct  3 09:39:16 2012
New Revision: 4113

Log:
ImageHasSafeExceptionHandlers=false for compilation on VC110

Modified:
   UDM/trunk/Projects/Win32/VC10/src/UdmDll/UdmDll.vcxproj

Modified: UDM/trunk/Projects/Win32/VC10/src/UdmDll/UdmDll.vcxproj
==============================================================================
--- UDM/trunk/Projects/Win32/VC10/src/UdmDll/UdmDll.vcxproj	Wed Oct  3 09:39:04 2012	(r4112)
+++ UDM/trunk/Projects/Win32/VC10/src/UdmDll/UdmDll.vcxproj	Wed Oct  3 09:39:16 2012	(r4113)
@@ -135,6 +135,7 @@
       </DataExecutionPrevention>
       <ImportLibrary>$(OutDir)UdmDll_VS10.lib</ImportLibrary>
       <TargetMachine>MachineX86</TargetMachine>
+      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
     </Link>
     <PostBuildEvent />
     <CustomBuildStep>
@@ -193,6 +194,7 @@
       <ImportLibrary>$(OutDir)UdmDll_$(PlatformToolset)_$(Platform).lib</ImportLibrary>
       <ForceSymbolReferences>
       </ForceSymbolReferences>
+      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
     </Link>
     <PostBuildEvent />
     <CustomBuildStep>
@@ -249,6 +251,7 @@
       </DataExecutionPrevention>
       <ImportLibrary>$(OutDir)UdmDll_VS10D.lib</ImportLibrary>
       <TargetMachine>MachineX86</TargetMachine>
+      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
     </Link>
     <PostBuildEvent />
     <CustomBuildStep>
@@ -304,6 +307,7 @@
       <ImportLibrary>$(OutDir)UdmDll_$(PlatformToolset)_$(Platform)D.lib</ImportLibrary>
       <ForceSymbolReferences>
       </ForceSymbolReferences>
+      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
     </Link>
     <PostBuildEvent />
     <CustomBuildStep>


More information about the Mobies-commit mailing list