svnno****@sourc*****
svnno****@sourc*****
2011年 11月 5日 (土) 18:42:48 JST
Revision: 4708 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4708 Author: yutakapon Date: 2011-11-05 18:42:48 +0900 (Sat, 05 Nov 2011) Log Message: ----------- /Wp64 オプションは deprecated されており、Visual Studio 2008 では警告となり、 Visual Studio 2010では廃止されたため、削除する。 アプリケーションを 64bit 対応させるには、64bit版コンパイラを使い、ビルドを行うのが正解。 Modified Paths: -------------- trunk/TTXKanjiMenu/ttxkanjimenu.vcproj trunk/TTXSamples/TTXAdditionalTitle/TTXAdditionalTitle.vcproj trunk/TTXSamples/TTXAlwaysOnTop/TTXAlwaysOnTop.vcproj trunk/TTXSamples/TTXCallSysMenu/TTXCallSysMenu.vcproj trunk/TTXSamples/TTXCommandLineOpt/TTXCommandLineOpt.vcproj trunk/TTXSamples/TTXCopyIniFile/TTXCopyIniFile.vcproj trunk/TTXSamples/TTXFixedWinSize/TTXFixedWinSize.vcproj trunk/TTXSamples/TTXKcodeChange/TTXKcodeChange.vcproj trunk/TTXSamples/TTXOutputBuffering/TTXOutputBuffering.vcproj trunk/TTXSamples/TTXRecurringCommand/TTXRecurringCommand.vcproj trunk/TTXSamples/TTXResizeMenu/TTXResizeMenu.vcproj trunk/TTXSamples/TTXResizeWin/TTXResizeWin.vcproj trunk/TTXSamples/TTXShowCommandLine/TTXShowCommandLine.vcproj trunk/TTXSamples/TTXViewMode/TTXViewMode.vcproj trunk/TTXSamples/TTXttyrec/TTXttyplay.vcproj trunk/TTXSamples/TTXttyrec/TTXttyrec.vcproj trunk/TTXSamples/ttxtest/TTXtest.vcproj trunk/teraterm/svnrev/svnrev.vcproj trunk/ttssh2/puttyrev/puttyrev.vcproj -------------- next part -------------- Modified: trunk/TTXKanjiMenu/ttxkanjimenu.vcproj =================================================================== --- trunk/TTXKanjiMenu/ttxkanjimenu.vcproj 2011-11-05 09:23:58 UTC (rev 4707) +++ trunk/TTXKanjiMenu/ttxkanjimenu.vcproj 2011-11-05 09:42:48 UTC (rev 4708) @@ -47,7 +47,7 @@ RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="4" /> <Tool @@ -122,7 +122,7 @@ RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="3" /> <Tool Modified: trunk/TTXSamples/TTXAdditionalTitle/TTXAdditionalTitle.vcproj =================================================================== --- trunk/TTXSamples/TTXAdditionalTitle/TTXAdditionalTitle.vcproj 2011-11-05 09:23:58 UTC (rev 4707) +++ trunk/TTXSamples/TTXAdditionalTitle/TTXAdditionalTitle.vcproj 2011-11-05 09:42:48 UTC (rev 4708) @@ -47,7 +47,7 @@ RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="4" /> <Tool @@ -121,7 +121,7 @@ RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="3" /> <Tool Modified: trunk/TTXSamples/TTXAlwaysOnTop/TTXAlwaysOnTop.vcproj =================================================================== --- trunk/TTXSamples/TTXAlwaysOnTop/TTXAlwaysOnTop.vcproj 2011-11-05 09:23:58 UTC (rev 4707) +++ trunk/TTXSamples/TTXAlwaysOnTop/TTXAlwaysOnTop.vcproj 2011-11-05 09:42:48 UTC (rev 4708) @@ -47,7 +47,7 @@ RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="4" /> <Tool @@ -122,7 +122,7 @@ RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="3" /> <Tool Modified: trunk/TTXSamples/TTXCallSysMenu/TTXCallSysMenu.vcproj =================================================================== --- trunk/TTXSamples/TTXCallSysMenu/TTXCallSysMenu.vcproj 2011-11-05 09:23:58 UTC (rev 4707) +++ trunk/TTXSamples/TTXCallSysMenu/TTXCallSysMenu.vcproj 2011-11-05 09:42:48 UTC (rev 4708) @@ -47,7 +47,7 @@ RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="4" /> <Tool @@ -121,7 +121,7 @@ RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="3" /> <Tool Modified: trunk/TTXSamples/TTXCommandLineOpt/TTXCommandLineOpt.vcproj =================================================================== --- trunk/TTXSamples/TTXCommandLineOpt/TTXCommandLineOpt.vcproj 2011-11-05 09:23:58 UTC (rev 4707) +++ trunk/TTXSamples/TTXCommandLineOpt/TTXCommandLineOpt.vcproj 2011-11-05 09:42:48 UTC (rev 4708) @@ -47,7 +47,7 @@ RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="4" /> <Tool @@ -121,7 +121,7 @@ RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="3" /> <Tool Modified: trunk/TTXSamples/TTXCopyIniFile/TTXCopyIniFile.vcproj =================================================================== --- trunk/TTXSamples/TTXCopyIniFile/TTXCopyIniFile.vcproj 2011-11-05 09:23:58 UTC (rev 4707) +++ trunk/TTXSamples/TTXCopyIniFile/TTXCopyIniFile.vcproj 2011-11-05 09:42:48 UTC (rev 4708) @@ -47,7 +47,7 @@ RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="4" /> <Tool @@ -121,7 +121,7 @@ RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="3" /> <Tool Modified: trunk/TTXSamples/TTXFixedWinSize/TTXFixedWinSize.vcproj =================================================================== --- trunk/TTXSamples/TTXFixedWinSize/TTXFixedWinSize.vcproj 2011-11-05 09:23:58 UTC (rev 4707) +++ trunk/TTXSamples/TTXFixedWinSize/TTXFixedWinSize.vcproj 2011-11-05 09:42:48 UTC (rev 4708) @@ -47,7 +47,7 @@ RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="4" /> <Tool @@ -121,7 +121,7 @@ RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="3" /> <Tool Modified: trunk/TTXSamples/TTXKcodeChange/TTXKcodeChange.vcproj =================================================================== --- trunk/TTXSamples/TTXKcodeChange/TTXKcodeChange.vcproj 2011-11-05 09:23:58 UTC (rev 4707) +++ trunk/TTXSamples/TTXKcodeChange/TTXKcodeChange.vcproj 2011-11-05 09:42:48 UTC (rev 4708) @@ -47,7 +47,7 @@ RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="4" /> <Tool @@ -121,7 +121,7 @@ RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="3" /> <Tool Modified: trunk/TTXSamples/TTXOutputBuffering/TTXOutputBuffering.vcproj =================================================================== --- trunk/TTXSamples/TTXOutputBuffering/TTXOutputBuffering.vcproj 2011-11-05 09:23:58 UTC (rev 4707) +++ trunk/TTXSamples/TTXOutputBuffering/TTXOutputBuffering.vcproj 2011-11-05 09:42:48 UTC (rev 4708) @@ -47,7 +47,7 @@ RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="4" /> <Tool @@ -121,7 +121,7 @@ RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="3" /> <Tool Modified: trunk/TTXSamples/TTXRecurringCommand/TTXRecurringCommand.vcproj =================================================================== --- trunk/TTXSamples/TTXRecurringCommand/TTXRecurringCommand.vcproj 2011-11-05 09:23:58 UTC (rev 4707) +++ trunk/TTXSamples/TTXRecurringCommand/TTXRecurringCommand.vcproj 2011-11-05 09:42:48 UTC (rev 4708) @@ -47,7 +47,7 @@ RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="4" /> <Tool @@ -122,7 +122,7 @@ RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="3" /> <Tool @@ -207,11 +207,11 @@ Name="ReadMe" > <File - RelativePath="ReadMe.txt" + RelativePath="ReadMe-ja.txt" > </File> <File - RelativePath="ReadMe-ja.txt" + RelativePath="ReadMe.txt" > </File> </Filter> Modified: trunk/TTXSamples/TTXResizeMenu/TTXResizeMenu.vcproj =================================================================== --- trunk/TTXSamples/TTXResizeMenu/TTXResizeMenu.vcproj 2011-11-05 09:23:58 UTC (rev 4707) +++ trunk/TTXSamples/TTXResizeMenu/TTXResizeMenu.vcproj 2011-11-05 09:42:48 UTC (rev 4708) @@ -47,7 +47,7 @@ RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="4" /> <Tool @@ -121,7 +121,7 @@ RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="3" /> <Tool Modified: trunk/TTXSamples/TTXResizeWin/TTXResizeWin.vcproj =================================================================== --- trunk/TTXSamples/TTXResizeWin/TTXResizeWin.vcproj 2011-11-05 09:23:58 UTC (rev 4707) +++ trunk/TTXSamples/TTXResizeWin/TTXResizeWin.vcproj 2011-11-05 09:42:48 UTC (rev 4708) @@ -47,7 +47,7 @@ RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="4" /> <Tool @@ -121,7 +121,7 @@ RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="3" /> <Tool Modified: trunk/TTXSamples/TTXShowCommandLine/TTXShowCommandLine.vcproj =================================================================== --- trunk/TTXSamples/TTXShowCommandLine/TTXShowCommandLine.vcproj 2011-11-05 09:23:58 UTC (rev 4707) +++ trunk/TTXSamples/TTXShowCommandLine/TTXShowCommandLine.vcproj 2011-11-05 09:42:48 UTC (rev 4708) @@ -47,7 +47,7 @@ RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="4" /> <Tool @@ -121,7 +121,7 @@ RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="3" /> <Tool Modified: trunk/TTXSamples/TTXViewMode/TTXViewMode.vcproj =================================================================== --- trunk/TTXSamples/TTXViewMode/TTXViewMode.vcproj 2011-11-05 09:23:58 UTC (rev 4707) +++ trunk/TTXSamples/TTXViewMode/TTXViewMode.vcproj 2011-11-05 09:42:48 UTC (rev 4708) @@ -47,7 +47,7 @@ RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="4" /> <Tool @@ -121,7 +121,7 @@ RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="3" /> <Tool Modified: trunk/TTXSamples/TTXttyrec/TTXttyplay.vcproj =================================================================== --- trunk/TTXSamples/TTXttyrec/TTXttyplay.vcproj 2011-11-05 09:23:58 UTC (rev 4707) +++ trunk/TTXSamples/TTXttyrec/TTXttyplay.vcproj 2011-11-05 09:42:48 UTC (rev 4708) @@ -47,7 +47,7 @@ RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="4" /> <Tool @@ -121,7 +121,7 @@ RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="3" /> <Tool Modified: trunk/TTXSamples/TTXttyrec/TTXttyrec.vcproj =================================================================== --- trunk/TTXSamples/TTXttyrec/TTXttyrec.vcproj 2011-11-05 09:23:58 UTC (rev 4707) +++ trunk/TTXSamples/TTXttyrec/TTXttyrec.vcproj 2011-11-05 09:42:48 UTC (rev 4708) @@ -47,7 +47,7 @@ RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="4" /> <Tool @@ -121,7 +121,7 @@ RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="3" /> <Tool Modified: trunk/TTXSamples/ttxtest/TTXtest.vcproj =================================================================== --- trunk/TTXSamples/ttxtest/TTXtest.vcproj 2011-11-05 09:23:58 UTC (rev 4707) +++ trunk/TTXSamples/ttxtest/TTXtest.vcproj 2011-11-05 09:42:48 UTC (rev 4708) @@ -47,7 +47,7 @@ RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="4" /> <Tool @@ -121,7 +121,7 @@ RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="3" /> <Tool Modified: trunk/teraterm/svnrev/svnrev.vcproj =================================================================== --- trunk/teraterm/svnrev/svnrev.vcproj 2011-11-05 09:23:58 UTC (rev 4707) +++ trunk/teraterm/svnrev/svnrev.vcproj 2011-11-05 09:42:48 UTC (rev 4708) @@ -47,7 +47,7 @@ RuntimeLibrary="3" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="4" /> <Tool @@ -121,7 +121,7 @@ RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="3" /> <Tool Modified: trunk/ttssh2/puttyrev/puttyrev.vcproj =================================================================== --- trunk/ttssh2/puttyrev/puttyrev.vcproj 2011-11-05 09:23:58 UTC (rev 4707) +++ trunk/ttssh2/puttyrev/puttyrev.vcproj 2011-11-05 09:42:48 UTC (rev 4708) @@ -47,7 +47,7 @@ RuntimeLibrary="3" UsePrecompiledHeader="2" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="4" /> <Tool @@ -121,7 +121,7 @@ RuntimeLibrary="2" UsePrecompiledHeader="2" WarningLevel="3" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="3" /> <Tool