svnno****@sourc*****
svnno****@sourc*****
2016年 1月 19日 (火) 16:19:20 JST
Revision: 6276 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6276 Author: doda Date: 2016-01-19 16:19:20 +0900 (Tue, 19 Jan 2016) Log Message: ----------- OutDir にスペースが含まれているとビルドに失敗するのを修正 Modified Paths: -------------- trunk/teraterm/ttpdlg/ttpdlg.v12.vcxproj trunk/teraterm/ttpdlg/ttpdlg.v14.vcxproj -------------- next part -------------- Modified: trunk/teraterm/ttpdlg/ttpdlg.v12.vcxproj =================================================================== --- trunk/teraterm/ttpdlg/ttpdlg.v12.vcxproj 2016-01-19 07:15:50 UTC (rev 6275) +++ trunk/teraterm/ttpdlg/ttpdlg.v12.vcxproj 2016-01-19 07:19:20 UTC (rev 6276) @@ -51,7 +51,7 @@ </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <PreBuildEvent> - <Command>$(OutDir)svnrev.exe "$(SolutionDir)..\libs\svn\bin\svnversion.exe" "$(SolutionDir).." "$(ProjectDir)svnversion.h"</Command> + <Command>"$(OutDir)svnrev.exe" "$(SolutionDir)..\libs\svn\bin\svnversion.exe" "$(SolutionDir).." "$(ProjectDir)svnversion.h"</Command> </PreBuildEvent> <Midl> <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -92,7 +92,7 @@ </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <PreBuildEvent> - <Command>$(OutDir)svnrev.exe "$(SolutionDir)..\libs\svn\bin\svnversion.exe" "$(SolutionDir).." "$(ProjectDir)svnversion.h"</Command> + <Command>"$(OutDir)svnrev.exe" "$(SolutionDir)..\libs\svn\bin\svnversion.exe" "$(SolutionDir).." "$(ProjectDir)svnversion.h"</Command> </PreBuildEvent> <Midl> <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -165,4 +165,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project> \ No newline at end of file +</Project> Modified: trunk/teraterm/ttpdlg/ttpdlg.v14.vcxproj =================================================================== --- trunk/teraterm/ttpdlg/ttpdlg.v14.vcxproj 2016-01-19 07:15:50 UTC (rev 6275) +++ trunk/teraterm/ttpdlg/ttpdlg.v14.vcxproj 2016-01-19 07:19:20 UTC (rev 6276) @@ -51,7 +51,7 @@ </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <PreBuildEvent> - <Command>$(OutDir)svnrev.exe "$(SolutionDir)..\libs\svn\bin\svnversion.exe" "$(SolutionDir).." "$(ProjectDir)svnversion.h"</Command> + <Command>"$(OutDir)svnrev.exe" "$(SolutionDir)..\libs\svn\bin\svnversion.exe" "$(SolutionDir).." "$(ProjectDir)svnversion.h"</Command> </PreBuildEvent> <Midl> <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -92,7 +92,7 @@ </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <PreBuildEvent> - <Command>$(OutDir)svnrev.exe "$(SolutionDir)..\libs\svn\bin\svnversion.exe" "$(SolutionDir).." "$(ProjectDir)svnversion.h"</Command> + <Command>"$(OutDir)svnrev.exe" "$(SolutionDir)..\libs\svn\bin\svnversion.exe" "$(SolutionDir).." "$(ProjectDir)svnversion.h"</Command> </PreBuildEvent> <Midl> <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -165,4 +165,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project> \ No newline at end of file +</Project>