Revision: 7549 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/7549 Author: zmatsuo Date: 2019-04-05 02:00:49 +0900 (Fri, 05 Apr 2019) Log Message: ----------- 対象ファイルを追加 ..\common\dlglib_cpp.cpp ..\common\dlglib_tmpl.cpp ..\common\tmfc.cpp ..\common\tmfc_frame.cpp ..\common\tipwin.cpp ..\ttpdlg\ttdlg.c ..\ttpdlg\ttdlg.h ..\ttpdlg\ttpdlg.rc Modified Paths: -------------- trunk/teraterm/teraterm/ttermpro.v10.vcxproj trunk/teraterm/teraterm/ttermpro.v11.vcxproj trunk/teraterm/teraterm/ttermpro.v12.vcxproj trunk/teraterm/teraterm/ttermpro.v14.vcxproj trunk/teraterm/teraterm/ttermpro.v9.vcproj -------------- next part -------------- Modified: trunk/teraterm/teraterm/ttermpro.v10.vcxproj =================================================================== --- trunk/teraterm/teraterm/ttermpro.v10.vcxproj 2019-04-04 17:00:21 UTC (rev 7548) +++ trunk/teraterm/teraterm/ttermpro.v10.vcxproj 2019-04-04 17:00:49 UTC (rev 7549) @@ -142,8 +142,12 @@ </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="..\common\dlglib.c" /> - <ClCompile Include="..\common\stdafx.cpp" /> + <ClCompile Include="..\common\dlglib_cpp.cpp" /> + <ClCompile Include="..\common\dlglib_tmpl.cpp" /> + <ClCompile Include="..\common\tmfc.cpp" /> + <ClCompile Include="..\common\tmfc_frame.cpp" /> <ClCompile Include="..\common\ttlib.c" /> + <ClCompile Include="..\common\tipwin.cpp" /> <ClCompile Include="..\common\win16api.c" /> <ClCompile Include="..\common\codeconv.cpp" /> <ClCompile Include="..\common\dllutil.cpp" /> @@ -177,6 +181,8 @@ <ClCompile Include="vtwin.cpp" /> <ClCompile Include="winjump.c" /> <ClCompile Include="WSAAsyncGetAddrInfo.c" /> + <ClCompile Include="../ttpdlg/ttdlg.c" /> + <ClInclude Include="../ttpdlg/ttdlg.h" /> </ItemGroup> <ItemGroup> <None Include="..\..\cygterm\cygterm.ico" /> @@ -189,6 +195,7 @@ <ItemGroup> <ResourceCompile Include="tt-version.rc" /> <ResourceCompile Include="ttermpro.rc" /> + <ResourceCompile Include="../ttpdlg/ttpdlg.rc" /> </ItemGroup> <ItemGroup> <ClInclude Include="addsetting.h" /> Modified: trunk/teraterm/teraterm/ttermpro.v11.vcxproj =================================================================== --- trunk/teraterm/teraterm/ttermpro.v11.vcxproj 2019-04-04 17:00:21 UTC (rev 7548) +++ trunk/teraterm/teraterm/ttermpro.v11.vcxproj 2019-04-04 17:00:49 UTC (rev 7549) @@ -139,8 +139,12 @@ </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="..\common\dlglib.c" /> - <ClCompile Include="..\common\stdafx.cpp" /> + <ClCompile Include="..\common\dlglib_cpp.cpp" /> + <ClCompile Include="..\common\dlglib_tmpl.cpp" /> + <ClCompile Include="..\common\tmfc.cpp" /> + <ClCompile Include="..\common\tmfc_frame.cpp" /> <ClCompile Include="..\common\ttlib.c" /> + <ClCompile Include="..\common\tipwin.cpp" /> <ClCompile Include="..\common\win16api.c" /> <ClCompile Include="..\common\codeconv.cpp" /> <ClCompile Include="..\common\dllutil.cpp" /> @@ -174,6 +178,8 @@ <ClCompile Include="vtwin.cpp" /> <ClCompile Include="winjump.c" /> <ClCompile Include="WSAAsyncGetAddrInfo.c" /> + <ClCompile Include="../ttpdlg/ttdlg.c" /> + <ClInclude Include="../ttpdlg/ttdlg.h" /> </ItemGroup> <ItemGroup> <Image Include="..\..\cygterm\cygterm.ico" /> @@ -186,6 +192,7 @@ <ItemGroup> <ResourceCompile Include="tt-version.rc" /> <ResourceCompile Include="ttermpro.rc" /> + <ResourceCompile Include="../ttpdlg/ttpdlg.rc" /> </ItemGroup> <ItemGroup> <ClInclude Include="addsetting.h" /> Modified: trunk/teraterm/teraterm/ttermpro.v12.vcxproj =================================================================== --- trunk/teraterm/teraterm/ttermpro.v12.vcxproj 2019-04-04 17:00:21 UTC (rev 7548) +++ trunk/teraterm/teraterm/ttermpro.v12.vcxproj 2019-04-04 17:00:49 UTC (rev 7549) @@ -141,8 +141,12 @@ </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="..\common\dlglib.c" /> - <ClCompile Include="..\common\stdafx.cpp" /> + <ClCompile Include="..\common\dlglib_cpp.cpp" /> + <ClCompile Include="..\common\dlglib_tmpl.cpp" /> + <ClCompile Include="..\common\tmfc.cpp" /> + <ClCompile Include="..\common\tmfc_frame.cpp" /> <ClCompile Include="..\common\ttlib.c" /> + <ClCompile Include="..\common\tipwin.cpp" /> <ClCompile Include="..\common\win16api.c" /> <ClCompile Include="..\common\codeconv.cpp" /> <ClCompile Include="..\common\dllutil.cpp" /> @@ -176,6 +180,8 @@ <ClCompile Include="vtwin.cpp" /> <ClCompile Include="winjump.c" /> <ClCompile Include="WSAAsyncGetAddrInfo.c" /> + <ClCompile Include="../ttpdlg/ttdlg.c" /> + <ClInclude Include="../ttpdlg/ttdlg.h" /> </ItemGroup> <ItemGroup> <Image Include="..\..\cygterm\cygterm.ico" /> @@ -188,6 +194,7 @@ <ItemGroup> <ResourceCompile Include="tt-version.rc" /> <ResourceCompile Include="ttermpro.rc" /> + <ResourceCompile Include="../ttpdlg/ttpdlg.rc" /> </ItemGroup> <ItemGroup> <ClInclude Include="..\common\tt_res.h" /> Modified: trunk/teraterm/teraterm/ttermpro.v14.vcxproj =================================================================== --- trunk/teraterm/teraterm/ttermpro.v14.vcxproj 2019-04-04 17:00:21 UTC (rev 7548) +++ trunk/teraterm/teraterm/ttermpro.v14.vcxproj 2019-04-04 17:00:49 UTC (rev 7549) @@ -143,8 +143,12 @@ </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="..\common\dlglib.c" /> - <ClCompile Include="..\common\stdafx.cpp" /> + <ClCompile Include="..\common\dlglib_cpp.cpp" /> + <ClCompile Include="..\common\dlglib_tmpl.cpp" /> + <ClCompile Include="..\common\tmfc.cpp" /> + <ClCompile Include="..\common\tmfc_frame.cpp" /> <ClCompile Include="..\common\ttlib.c" /> + <ClCompile Include="..\common\tipwin.cpp" /> <ClCompile Include="..\common\win16api.c" /> <ClCompile Include="..\common\codeconv.cpp" /> <ClCompile Include="..\common\dllutil.cpp" /> @@ -178,6 +182,8 @@ <ClCompile Include="vtwin.cpp" /> <ClCompile Include="winjump.c" /> <ClCompile Include="WSAAsyncGetAddrInfo.c" /> + <ClCompile Include="../ttpdlg/ttdlg.c" /> + <ClInclude Include="../ttpdlg/ttdlg.h" /> </ItemGroup> <ItemGroup> <Image Include="..\..\cygterm\cygterm.ico" /> @@ -190,6 +196,7 @@ <ItemGroup> <ResourceCompile Include="tt-version.rc" /> <ResourceCompile Include="ttermpro.rc" /> + <ResourceCompile Include="../ttpdlg/ttpdlg.rc" /> </ItemGroup> <ItemGroup> <ClInclude Include="..\common\tt_res.h" /> Modified: trunk/teraterm/teraterm/ttermpro.v9.vcproj =================================================================== --- trunk/teraterm/teraterm/ttermpro.v9.vcproj 2019-04-04 17:00:21 UTC (rev 7548) +++ trunk/teraterm/teraterm/ttermpro.v9.vcproj 2019-04-04 17:00:49 UTC (rev 7549) @@ -216,14 +216,22 @@ > </File> <File - RelativePath="dnddlg.cpp" + RelativePath="..\common\dlglib.c" > </File> <File - RelativePath="..\common\dlglib.c" + RelativePath="..\common\dlglib_cpp.cpp" > </File> <File + RelativePath="..\common\dlglib_tmpl.cpp" + > + </File> + <File + RelativePath="dnddlg.cpp" + > + </File> + <File RelativePath="filesys.cpp" > </File> @@ -240,10 +248,6 @@ > </File> <File - RelativePath="..\common\stdafx.cpp" - > - </File> - <File RelativePath="tekwin.cpp" > </File> @@ -256,6 +260,18 @@ > </File> <File + RelativePath="..\common\tmfc.cpp" + > + </File> + <File + RelativePath="..\common\tmfc.h" + > + </File> + <File + RelativePath="..\common\tmfc_frame.cpp" + > + </File> + <File RelativePath="vtwin.cpp" > </File> @@ -317,10 +333,18 @@ > </File> <File + RelativePath="..\common\codeconv.cpp" + > + </File> + <File RelativePath="commlib.c" > </File> <File + RelativePath="..\common\compat_win.cpp" + > + </File> + <File RelativePath="keyboard.c" > </File> @@ -337,6 +361,10 @@ > </File> <File + RelativePath="..\common\tipwin.cpp" + > + </File> + <File RelativePath="ttdde.c" > </File> @@ -400,10 +428,6 @@ RelativePath="..\common\dllutil.cpp" > </File> - <File - RelativePath="..\common\codeconv.cpp" - > - </File> </Filter> <Filter Name="Header Files" @@ -434,6 +458,30 @@ > </File> </Filter> + <Filter + Name="ttdlg" + > + <File + RelativePath="..\ttpdlg\dlg_res.h" + > + </File> + <File + RelativePath="..\ttpdlg\svnversion.h" + > + </File> + <File + RelativePath="..\ttpdlg\ttdlg.c" + > + </File> + <File + RelativePath="..\ttpdlg\ttdlg.h" + > + </File> + <File + RelativePath="..\ttpdlg\ttpdlg.rc" + > + </File> + </Filter> </Files> <Globals> <Global