[Ttssh2-commit] [7371] r7360 の影響で TTXttyrec がビルド出来なくなっていたのを修正

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2018年 12月 27日 (木) 13:50:59 JST


Revision: 7371
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/7371
Author:   doda
Date:     2018-12-27 13:50:58 +0900 (Thu, 27 Dec 2018)
Log Message:
-----------
r7360 の影響で TTXttyrec がビルド出来なくなっていたのを修正

VS2005 以外では未テスト

Revision Links:
--------------
    http://sourceforge.jp/projects/ttssh2/scm/svn/commits/7360

Modified Paths:
--------------
    trunk/TTXSamples/TTXttyrec/TTXttyrec.v10.vcxproj
    trunk/TTXSamples/TTXttyrec/TTXttyrec.v11.vcxproj
    trunk/TTXSamples/TTXttyrec/TTXttyrec.v12.vcxproj
    trunk/TTXSamples/TTXttyrec/TTXttyrec.v14.vcxproj
    trunk/TTXSamples/TTXttyrec/TTXttyrec.v15.vcxproj
    trunk/TTXSamples/TTXttyrec/TTXttyrec.v9.vcproj
    trunk/TTXSamples/TTXttyrec/TTXttyrec.vcproj

-------------- next part --------------
Modified: trunk/TTXSamples/TTXttyrec/TTXttyrec.v10.vcxproj
===================================================================
--- trunk/TTXSamples/TTXttyrec/TTXttyrec.v10.vcxproj	2018-12-26 16:11:10 UTC (rev 7370)
+++ trunk/TTXSamples/TTXttyrec/TTXttyrec.v10.vcxproj	2018-12-27 04:50:58 UTC (rev 7371)
@@ -59,6 +59,7 @@
       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
     </ClCompile>
     <Link>
+      <AdditionalDependencies>$(SolutionDir)..\teraterm\$(Configuration)\ttpcmn.lib;%(AdditionalDependencies)</AdditionalDependencies>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <SubSystem>Windows</SubSystem>
       <TargetMachine>MachineX86</TargetMachine>
@@ -75,6 +76,7 @@
       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
     </ClCompile>
     <Link>
+      <AdditionalDependencies>$(SolutionDir)..\teraterm\$(Configuration)\ttpcmn.lib;%(AdditionalDependencies)</AdditionalDependencies>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <SubSystem>Windows</SubSystem>
       <OptimizeReferences>true</OptimizeReferences>
@@ -96,4 +98,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
\ No newline at end of file
+</Project>

Modified: trunk/TTXSamples/TTXttyrec/TTXttyrec.v11.vcxproj
===================================================================
--- trunk/TTXSamples/TTXttyrec/TTXttyrec.v11.vcxproj	2018-12-26 16:11:10 UTC (rev 7370)
+++ trunk/TTXSamples/TTXttyrec/TTXttyrec.v11.vcxproj	2018-12-27 04:50:58 UTC (rev 7371)
@@ -64,6 +64,7 @@
       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
     </ClCompile>
     <Link>
+      <AdditionalDependencies>$(SolutionDir)..\teraterm\$(Configuration)\ttpcmn.lib;%(AdditionalDependencies)</AdditionalDependencies>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <SubSystem>Windows</SubSystem>
       <TargetMachine>MachineX86</TargetMachine>
@@ -80,6 +81,7 @@
       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
     </ClCompile>
     <Link>
+      <AdditionalDependencies>$(SolutionDir)..\teraterm\$(Configuration)\ttpcmn.lib;%(AdditionalDependencies)</AdditionalDependencies>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <SubSystem>Windows</SubSystem>
       <OptimizeReferences>true</OptimizeReferences>
@@ -101,4 +103,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
\ No newline at end of file
+</Project>

Modified: trunk/TTXSamples/TTXttyrec/TTXttyrec.v12.vcxproj
===================================================================
--- trunk/TTXSamples/TTXttyrec/TTXttyrec.v12.vcxproj	2018-12-26 16:11:10 UTC (rev 7370)
+++ trunk/TTXSamples/TTXttyrec/TTXttyrec.v12.vcxproj	2018-12-27 04:50:58 UTC (rev 7371)
@@ -64,6 +64,7 @@
       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
     </ClCompile>
     <Link>
+      <AdditionalDependencies>$(SolutionDir)..\teraterm\$(Configuration)\ttpcmn.lib;%(AdditionalDependencies)</AdditionalDependencies>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <SubSystem>Windows</SubSystem>
       <TargetMachine>MachineX86</TargetMachine>
@@ -80,6 +81,7 @@
       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
     </ClCompile>
     <Link>
+      <AdditionalDependencies>$(SolutionDir)..\teraterm\$(Configuration)\ttpcmn.lib;%(AdditionalDependencies)</AdditionalDependencies>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <SubSystem>Windows</SubSystem>
       <OptimizeReferences>true</OptimizeReferences>
@@ -101,4 +103,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
\ No newline at end of file
+</Project>

Modified: trunk/TTXSamples/TTXttyrec/TTXttyrec.v14.vcxproj
===================================================================
--- trunk/TTXSamples/TTXttyrec/TTXttyrec.v14.vcxproj	2018-12-26 16:11:10 UTC (rev 7370)
+++ trunk/TTXSamples/TTXttyrec/TTXttyrec.v14.vcxproj	2018-12-27 04:50:58 UTC (rev 7371)
@@ -64,6 +64,7 @@
       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
     </ClCompile>
     <Link>
+      <AdditionalDependencies>$(SolutionDir)..\teraterm\$(Configuration)\ttpcmn.lib;%(AdditionalDependencies)</AdditionalDependencies>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <SubSystem>Windows</SubSystem>
       <TargetMachine>MachineX86</TargetMachine>
@@ -80,6 +81,7 @@
       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
     </ClCompile>
     <Link>
+      <AdditionalDependencies>$(SolutionDir)..\teraterm\$(Configuration)\ttpcmn.lib;%(AdditionalDependencies)</AdditionalDependencies>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <SubSystem>Windows</SubSystem>
       <OptimizeReferences>true</OptimizeReferences>
@@ -101,4 +103,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
\ No newline at end of file
+</Project>

Modified: trunk/TTXSamples/TTXttyrec/TTXttyrec.v15.vcxproj
===================================================================
--- trunk/TTXSamples/TTXttyrec/TTXttyrec.v15.vcxproj	2018-12-26 16:11:10 UTC (rev 7370)
+++ trunk/TTXSamples/TTXttyrec/TTXttyrec.v15.vcxproj	2018-12-27 04:50:58 UTC (rev 7371)
@@ -64,6 +64,7 @@
       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
     </ClCompile>
     <Link>
+      <AdditionalDependencies>$(SolutionDir)..\teraterm\$(Configuration)\ttpcmn.lib;%(AdditionalDependencies)</AdditionalDependencies>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <SubSystem>Windows</SubSystem>
       <TargetMachine>MachineX86</TargetMachine>
@@ -80,6 +81,7 @@
       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
     </ClCompile>
     <Link>
+      <AdditionalDependencies>$(SolutionDir)..\teraterm\$(Configuration)\ttpcmn.lib;%(AdditionalDependencies)</AdditionalDependencies>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <SubSystem>Windows</SubSystem>
       <OptimizeReferences>true</OptimizeReferences>
@@ -101,4 +103,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
\ No newline at end of file
+</Project>

Modified: trunk/TTXSamples/TTXttyrec/TTXttyrec.v9.vcproj
===================================================================
--- trunk/TTXSamples/TTXttyrec/TTXttyrec.v9.vcproj	2018-12-26 16:11:10 UTC (rev 7370)
+++ trunk/TTXSamples/TTXttyrec/TTXttyrec.v9.vcproj	2018-12-27 04:50:58 UTC (rev 7371)
@@ -62,6 +62,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies=""$(SolutionDir)..\teraterm\$(ConfigurationName)\ttpcmn.lib""
 				LinkIncremental="2"
 				GenerateDebugInformation="true"
 				SubSystem="2"
@@ -135,6 +136,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies=""$(SolutionDir)..\teraterm\$(ConfigurationName)\ttpcmn.lib""
 				LinkIncremental="1"
 				GenerateDebugInformation="true"
 				SubSystem="2"

Modified: trunk/TTXSamples/TTXttyrec/TTXttyrec.vcproj
===================================================================
--- trunk/TTXSamples/TTXttyrec/TTXttyrec.vcproj	2018-12-26 16:11:10 UTC (rev 7370)
+++ trunk/TTXSamples/TTXttyrec/TTXttyrec.vcproj	2018-12-27 04:50:58 UTC (rev 7371)
@@ -61,6 +61,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies=""$(SolutionDir)..\teraterm\$(ConfigurationName)\ttpcmn.lib""
 				LinkIncremental="2"
 				GenerateDebugInformation="true"
 				SubSystem="2"
@@ -135,6 +136,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies=""$(SolutionDir)..\teraterm\$(ConfigurationName)\ttpcmn.lib""
 				LinkIncremental="1"
 				GenerateDebugInformation="true"
 				SubSystem="2"


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