[ttssh2-commit] [9649] puttyrev を削除

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2021年 12月 29日 (水) 23:48:49 JST


Revision: 9649
          https://osdn.net/projects/ttssh2/scm/svn/commits/9649
Author:   nmaya
Date:     2021-12-29 23:48:49 +0900 (Wed, 29 Dec 2021)
Log Message:
-----------
puttyrev を削除

- ttxssh プロジェクトが puttyrev プロジェクトに依存しているのを削除
- ビルド前のイベントで puttyrev.exe を実行しているのを削除

Modified Paths:
--------------
    branches/4-stable/ttssh2/ttxssh/ttxssh.v16.vcxproj
    branches/4-stable/ttssh2/ttxssh/ttxssh.v8.vcproj

-------------- next part --------------
Modified: branches/4-stable/ttssh2/ttxssh/ttxssh.v16.vcxproj
===================================================================
--- branches/4-stable/ttssh2/ttxssh/ttxssh.v16.vcxproj	2021-12-29 13:33:30 UTC (rev 9648)
+++ branches/4-stable/ttssh2/ttxssh/ttxssh.v16.vcxproj	2021-12-29 14:48:49 UTC (rev 9649)
@@ -51,9 +51,6 @@
     <LinkIncremental>false</LinkIncremental>
   </PropertyGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
-    <PreBuildEvent>
-      <Command>"$(OutDir)puttyrev.exe"</Command>
-    </PreBuildEvent>
     <Midl>
       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
       <MkTypLibCompatible>true</MkTypLibCompatible>
@@ -97,9 +94,6 @@
     </Link>
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
-    <PreBuildEvent>
-      <Command>"$(OutDir)puttyrev.exe"</Command>
-    </PreBuildEvent>
     <Midl>
       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
       <MkTypLibCompatible>true</MkTypLibCompatible>
@@ -240,10 +234,6 @@
       <Project>{d33c59b8-e227-47d2-8f80-eda3e28bf995}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
-    <ProjectReference Include="..\puttyrev\puttyrev.v16.vcxproj">
-      <Project>{61eb955f-2794-4607-860f-0aa296fa58bd}</Project>
-      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
-    </ProjectReference>
     <ProjectReference Include="..\putty\putty.v16.vcxproj">
       <Project>{98ca1284-8f6c-4791-bf57-7e5fad33744e}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>

Modified: branches/4-stable/ttssh2/ttxssh/ttxssh.v8.vcproj
===================================================================
--- branches/4-stable/ttssh2/ttxssh/ttxssh.v8.vcproj	2021-12-29 13:33:30 UTC (rev 9648)
+++ branches/4-stable/ttssh2/ttxssh/ttxssh.v8.vcproj	2021-12-29 14:48:49 UTC (rev 9649)
@@ -24,7 +24,6 @@
 			>
 			<Tool
 				Name="VCPreBuildEventTool"
-				CommandLine=""$(OutDir)\puttyrev.exe""
 			/>
 			<Tool
 				Name="VCCustomBuildTool"
@@ -121,7 +120,6 @@
 			>
 			<Tool
 				Name="VCPreBuildEventTool"
-				CommandLine=""$(OutDir)\puttyrev.exe""
 			/>
 			<Tool
 				Name="VCCustomBuildTool"


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