svnno****@sourc*****
svnno****@sourc*****
2016年 1月 3日 (日) 19:14:07 JST
Revision: 6238 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6238 Author: yutakapon Date: 2016-01-03 19:14:06 +0900 (Sun, 03 Jan 2016) Log Message: ----------- チケット #35744 VS2015の警告除去 Debug build時にのみ出力される警告で、デバッグ版には /SAFESEH は不要なので、削除する。 cf. http://ohwhsmm7.blog28.fc2.com/blog-entry-399.html http://tokyu.livedoor.biz/archives/2014-11-25.html Ticket Links: ------------ http://sourceforge.jp/projects/ttssh2/tracker/detail/35744 Modified Paths: -------------- branches/vs2015_warn/ttssh2/matcher/matcher.v14.vcxproj branches/vs2015_warn/ttssh2/puttyrev/puttyrev.v14.vcxproj branches/vs2015_warn/ttssh2/ttssh/ttssh.v14.vcxproj branches/vs2015_warn/ttssh2/ttxssh/ttxssh.v14.vcxproj -------------- next part -------------- Modified: branches/vs2015_warn/ttssh2/matcher/matcher.v14.vcxproj =================================================================== --- branches/vs2015_warn/ttssh2/matcher/matcher.v14.vcxproj 2016-01-02 13:14:16 UTC (rev 6237) +++ branches/vs2015_warn/ttssh2/matcher/matcher.v14.vcxproj 2016-01-03 10:14:06 UTC (rev 6238) @@ -98,6 +98,7 @@ <GenerateDebugInformation>true</GenerateDebugInformation> <SubSystem>Console</SubSystem> <TargetMachine>MachineX86</TargetMachine> + <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> </Link> </ItemDefinitionGroup> <ItemGroup> Modified: branches/vs2015_warn/ttssh2/puttyrev/puttyrev.v14.vcxproj =================================================================== --- branches/vs2015_warn/ttssh2/puttyrev/puttyrev.v14.vcxproj 2016-01-02 13:14:16 UTC (rev 6237) +++ branches/vs2015_warn/ttssh2/puttyrev/puttyrev.v14.vcxproj 2016-01-03 10:14:06 UTC (rev 6238) @@ -68,6 +68,7 @@ <GenerateDebugInformation>true</GenerateDebugInformation> <SubSystem>Console</SubSystem> <TargetMachine>MachineX86</TargetMachine> + <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> Modified: branches/vs2015_warn/ttssh2/ttssh/ttssh.v14.vcxproj =================================================================== --- branches/vs2015_warn/ttssh2/ttssh/ttssh.v14.vcxproj 2016-01-02 13:14:16 UTC (rev 6237) +++ branches/vs2015_warn/ttssh2/ttssh/ttssh.v14.vcxproj 2016-01-03 10:14:06 UTC (rev 6238) @@ -75,6 +75,7 @@ <GenerateDebugInformation>true</GenerateDebugInformation> <SubSystem>Windows</SubSystem> <TargetMachine>MachineX86</TargetMachine> + <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> Modified: branches/vs2015_warn/ttssh2/ttxssh/ttxssh.v14.vcxproj =================================================================== --- branches/vs2015_warn/ttssh2/ttxssh/ttxssh.v14.vcxproj 2016-01-02 13:14:16 UTC (rev 6237) +++ branches/vs2015_warn/ttssh2/ttxssh/ttxssh.v14.vcxproj 2016-01-03 10:14:06 UTC (rev 6238) @@ -95,6 +95,7 @@ <BaseAddress>0x12500000</BaseAddress> <ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary> <TargetMachine>MachineX86</TargetMachine> + <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">