[Ttssh2-commit] [6265] OutDir にスペースが含まれているとビルドに失敗するのを修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2016年 1月 19日 (火) 00:23:09 JST


Revision: 6265
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6265
Author:   maya
Date:     2016-01-19 00:23:09 +0900 (Tue, 19 Jan 2016)
Log Message:
-----------
OutDir にスペースが含まれているとビルドに失敗するのを修正
  r6262 への追加

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

Modified Paths:
--------------
    trunk/ttssh2/ttxssh/ttxssh.v12.vcxproj

-------------- next part --------------
Modified: trunk/ttssh2/ttxssh/ttxssh.v12.vcxproj
===================================================================
--- trunk/ttssh2/ttxssh/ttxssh.v12.vcxproj	2016-01-18 15:20:42 UTC (rev 6264)
+++ trunk/ttssh2/ttxssh/ttxssh.v12.vcxproj	2016-01-18 15:23:09 UTC (rev 6265)
@@ -99,7 +99,7 @@
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     <PreBuildEvent>
-      <Command>$(OutDir)puttyrev.exe</Command>
+      <Command>"$(OutDir)puttyrev.exe"</Command>
     </PreBuildEvent>
     <Midl>
       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>



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