• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

OmegaChartのソースコードの保守


Commit MetaInfo

修訂4755ed8e3367a8fafd1f91486a11e612d64c6929 (tree)
時間2014-04-11 22:25:22
作者panacoran <panacoran@user...>
Commiterpanacoran

Log Message

zanetti.slnのフルパスに空白があると7z{,64}.dllのコピーに失敗するのを直す

Change Summary

差異

--- a/zanetti.csproj
+++ b/zanetti.csproj
@@ -381,7 +381,7 @@
381381 </ItemGroup>
382382 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
383383 <PropertyGroup>
384- <PostBuildEvent>copy $(SolutionDir)3rdParty\7z*.dll $(TargetDir)</PostBuildEvent>
384+ <PostBuildEvent>copy "$(SolutionDir)3rdParty\7z*.dll" "$(TargetDir)"</PostBuildEvent>
385385 </PropertyGroup>
386386 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
387387 Other similar extension points exist, see Microsoft.Common.targets.