svnno****@sourc*****
svnno****@sourc*****
2015年 3月 5日 (木) 20:45:29 JST
Revision: 5813 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5813 Author: maya Date: 2015-03-05 20:45:24 +0900 (Thu, 05 Mar 2015) Log Message: ----------- PuTTY 0.64 にアップデート Modified Paths: -------------- trunk/ttssh2/putty/putty.v10.vcxproj trunk/ttssh2/putty/putty.v10.vcxproj.filters trunk/ttssh2/putty/putty.v11.vcxproj trunk/ttssh2/putty/putty.v11.vcxproj.filters trunk/ttssh2/putty/putty.v12.vcxproj trunk/ttssh2/putty/putty.v12.vcxproj.filters trunk/ttssh2/putty/putty.v9.vcproj trunk/ttssh2/putty/putty.vcproj -------------- next part -------------- Modified: trunk/ttssh2/putty/putty.v10.vcxproj =================================================================== --- trunk/ttssh2/putty/putty.v10.vcxproj 2015-03-04 15:48:34 UTC (rev 5812) +++ trunk/ttssh2/putty/putty.v10.vcxproj 2015-03-05 11:45:24 UTC (rev 5813) @@ -70,6 +70,7 @@ <ClCompile Include="..\..\libs\putty\TREE234.C" /> <ClCompile Include="..\..\libs\putty\WINDOWS\WINMISC.C" /> <ClCompile Include="..\..\libs\putty\WINDOWS\WINPGNTC.C" /> + <ClCompile Include="..\..\libs\putty\WINDOWS\WINSECUR.C" /> <ClCompile Include="libputty.c" /> </ItemGroup> <ItemGroup> Modified: trunk/ttssh2/putty/putty.v10.vcxproj.filters =================================================================== --- trunk/ttssh2/putty/putty.v10.vcxproj.filters 2015-03-04 15:48:34 UTC (rev 5812) +++ trunk/ttssh2/putty/putty.v10.vcxproj.filters 2015-03-05 11:45:24 UTC (rev 5813) @@ -24,6 +24,9 @@ <ClCompile Include="..\..\libs\putty\WINDOWS\WINPGNTC.C"> <Filter>Putty Files</Filter> </ClCompile> + <ClCompile Include="..\..\libs\putty\WINDOWS\WINSECUR.C"> + <Filter>Putty Files</Filter> + </ClCompile> <ClCompile Include="libputty.c" /> </ItemGroup> <ItemGroup> Modified: trunk/ttssh2/putty/putty.v11.vcxproj =================================================================== --- trunk/ttssh2/putty/putty.v11.vcxproj 2015-03-04 15:48:34 UTC (rev 5812) +++ trunk/ttssh2/putty/putty.v11.vcxproj 2015-03-05 11:45:24 UTC (rev 5813) @@ -76,6 +76,7 @@ <ClCompile Include="..\..\libs\putty\TREE234.C" /> <ClCompile Include="..\..\libs\putty\WINDOWS\WINMISC.C" /> <ClCompile Include="..\..\libs\putty\WINDOWS\WINPGNTC.C" /> + <ClCompile Include="..\..\libs\putty\WINDOWS\WINSECUR.C" /> <ClCompile Include="libputty.c" /> </ItemGroup> <ItemGroup> Modified: trunk/ttssh2/putty/putty.v11.vcxproj.filters =================================================================== --- trunk/ttssh2/putty/putty.v11.vcxproj.filters 2015-03-04 15:48:34 UTC (rev 5812) +++ trunk/ttssh2/putty/putty.v11.vcxproj.filters 2015-03-05 11:45:24 UTC (rev 5813) @@ -24,6 +24,9 @@ <ClCompile Include="..\..\libs\putty\WINDOWS\WINPGNTC.C"> <Filter>Putty Files</Filter> </ClCompile> + <ClCompile Include="..\..\libs\putty\WINDOWS\WINSECUR.C"> + <Filter>Putty Files</Filter> + </ClCompile> <ClCompile Include="libputty.c" /> </ItemGroup> <ItemGroup> Modified: trunk/ttssh2/putty/putty.v12.vcxproj =================================================================== --- trunk/ttssh2/putty/putty.v12.vcxproj 2015-03-04 15:48:34 UTC (rev 5812) +++ trunk/ttssh2/putty/putty.v12.vcxproj 2015-03-05 11:45:24 UTC (rev 5813) @@ -76,6 +76,7 @@ <ClCompile Include="..\..\libs\putty\TREE234.C" /> <ClCompile Include="..\..\libs\putty\WINDOWS\WINMISC.C" /> <ClCompile Include="..\..\libs\putty\WINDOWS\WINPGNTC.C" /> + <ClCompile Include="..\..\libs\putty\WINDOWS\WINSECUR.C" /> <ClCompile Include="libputty.c" /> </ItemGroup> <ItemGroup> Modified: trunk/ttssh2/putty/putty.v12.vcxproj.filters =================================================================== --- trunk/ttssh2/putty/putty.v12.vcxproj.filters 2015-03-04 15:48:34 UTC (rev 5812) +++ trunk/ttssh2/putty/putty.v12.vcxproj.filters 2015-03-05 11:45:24 UTC (rev 5813) @@ -24,6 +24,9 @@ <ClCompile Include="..\..\libs\putty\WINDOWS\WINPGNTC.C"> <Filter>Putty Files</Filter> </ClCompile> + <ClCompile Include="..\..\libs\putty\WINDOWS\WINSECUR.C"> + <Filter>Putty Files</Filter> + </ClCompile> <ClCompile Include="libputty.c" /> </ItemGroup> <ItemGroup> Modified: trunk/ttssh2/putty/putty.v9.vcproj =================================================================== --- trunk/ttssh2/putty/putty.v9.vcproj 2015-03-04 15:48:34 UTC (rev 5812) +++ trunk/ttssh2/putty/putty.v9.vcproj 2015-03-05 11:45:24 UTC (rev 5813) @@ -205,6 +205,10 @@ > </File> <File + RelativePath="..\..\libs\putty\WINDOWS\WINSECUR.C" + > + </File> + <File RelativePath="..\..\libs\putty\WINDOWS\WINSTUFF.H" > </File> Modified: trunk/ttssh2/putty/putty.vcproj =================================================================== --- trunk/ttssh2/putty/putty.vcproj 2015-03-04 15:48:34 UTC (rev 5812) +++ trunk/ttssh2/putty/putty.vcproj 2015-03-05 11:45:24 UTC (rev 5813) @@ -204,6 +204,10 @@ > </File> <File + RelativePath="..\..\libs\putty\WINDOWS\WINSECUR.C" + > + </File> + <File RelativePath="..\..\libs\putty\WINDOWS\WINSTUFF.H" > </File>