[Ttssh2-commit] [7514] プロジェクトファイル保守

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 3月 27日 (水) 00:42:30 JST


Revision: 7514
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/7514
Author:   zmatsuo
Date:     2019-03-27 00:42:29 +0900 (Wed, 27 Mar 2019)
Log Message:
-----------
プロジェクトファイル保守
vs2017でビルドできるよう調整

Modified Paths:
--------------
    trunk/teraterm/teraterm/ttermpro.v15.vcxproj
    trunk/teraterm/ttpdlg/ttpdlg.v15.vcxproj
    trunk/teraterm/ttpfile/ttpfile.v15.vcxproj

-------------- next part --------------
Modified: trunk/teraterm/teraterm/ttermpro.v15.vcxproj
===================================================================
--- trunk/teraterm/teraterm/ttermpro.v15.vcxproj	2019-03-25 16:32:00 UTC (rev 7513)
+++ trunk/teraterm/teraterm/ttermpro.v15.vcxproj	2019-03-26 15:42:29 UTC (rev 7514)
@@ -137,8 +137,11 @@
   </ItemDefinitionGroup>
   <ItemGroup>
     <ClCompile Include="..\common\dlglib.c" />
+    <ClCompile Include="..\common\dlglib_cpp.cpp" />
+    <ClCompile Include="..\common\dlglib_tmpl.cpp" />
     <ClCompile Include="..\common\stdafx.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" />

Modified: trunk/teraterm/ttpdlg/ttpdlg.v15.vcxproj
===================================================================
--- trunk/teraterm/ttpdlg/ttpdlg.v15.vcxproj	2019-03-25 16:32:00 UTC (rev 7513)
+++ trunk/teraterm/ttpdlg/ttpdlg.v15.vcxproj	2019-03-26 15:42:29 UTC (rev 7514)
@@ -134,6 +134,7 @@
   </ItemDefinitionGroup>
   <ItemGroup>
     <ClCompile Include="..\common\dlglib.c" />
+    <ClCompile Include="..\common\dlglib_tmpl.cpp" />
     <ClCompile Include="..\common\ttlib.c" />
     <ClCompile Include="ttdlg.c" />
   </ItemGroup>

Modified: trunk/teraterm/ttpfile/ttpfile.v15.vcxproj
===================================================================
--- trunk/teraterm/ttpfile/ttpfile.v15.vcxproj	2019-03-25 16:32:00 UTC (rev 7513)
+++ trunk/teraterm/ttpfile/ttpfile.v15.vcxproj	2019-03-26 15:42:29 UTC (rev 7514)
@@ -128,6 +128,8 @@
   </ItemDefinitionGroup>
   <ItemGroup>
     <ClCompile Include="..\common\dlglib.c" />
+    <ClCompile Include="..\common\dlglib_cpp.cpp" />
+    <ClCompile Include="..\common\dlglib_tmpl.cpp" />
     <ClCompile Include="..\common\ttlib.c" />
     <ClCompile Include="..\common\win16api.c" />
     <ClCompile Include="bplus.c" />
@@ -170,4 +172,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
\ No newline at end of file
+</Project>


Ttssh2-commit メーリングリストの案内
Back to archive index