OmegaChartのソースコードの保守
修訂 | 4755ed8e3367a8fafd1f91486a11e612d64c6929 (tree) |
---|---|
時間 | 2014-04-11 22:25:22 |
作者 | panacoran <panacoran@user...> |
Commiter | panacoran |
zanetti.slnのフルパスに空白があると7z{,64}.dllのコピーに失敗するのを直す
@@ -381,7 +381,7 @@ | ||
381 | 381 | </ItemGroup> |
382 | 382 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
383 | 383 | <PropertyGroup> |
384 | - <PostBuildEvent>copy $(SolutionDir)3rdParty\7z*.dll $(TargetDir)</PostBuildEvent> | |
384 | + <PostBuildEvent>copy "$(SolutionDir)3rdParty\7z*.dll" "$(TargetDir)"</PostBuildEvent> | |
385 | 385 | </PropertyGroup> |
386 | 386 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
387 | 387 | Other similar extension points exist, see Microsoft.Common.targets. |