tasque r144 - trunk
- From: sharm svn gnome org
- To: svn-commits-list gnome org
- Subject: tasque r144 - trunk
- Date: Wed, 15 Oct 2008 12:57:15 +0000 (UTC)
Author: sharm
Date: Wed Oct 15 12:57:15 2008
New Revision: 144
URL: http://svn.gnome.org/viewvc/tasque?rev=144&view=rev
Log:
* tasque/tasque.csproj: Surround paths in build events with quotes. Fix
from Dmitry Radkovsky.
Modified:
trunk/ChangeLog
trunk/tasque.csproj
Modified: trunk/tasque.csproj
==============================================================================
--- trunk/tasque.csproj (original)
+++ trunk/tasque.csproj Wed Oct 15 12:57:15 2008
@@ -157,7 +157,7 @@
<VisualStudio AllowExistingFolder="true" />
</ProjectExtensions>
<PropertyGroup>
- <PostBuildEvent>copy $(SolutionDir)\winbin $(TargetDir)</PostBuildEvent>
- <PreBuildEvent>copy $(SolutionDir)\data\images\*.png $(ProjectDir)</PreBuildEvent>
+ <PostBuildEvent>copy "$(SolutionDir)\winbin" "$(TargetDir)"</PostBuildEvent>
+ <PreBuildEvent>copy "$(SolutionDir)\data\images\*.png" "$(ProjectDir)"</PreBuildEvent>
</PropertyGroup>
-</Project>
\ No newline at end of file
+</Project>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]