[ros-diffs] [cwittich] 41129: fix filecopy in post build event for paths with spaces

cwittich at svn.reactos.org cwittich at svn.reactos.org
Tue May 26 21:35:31 CEST 2009


Author: cwittich
Date: Tue May 26 23:35:30 2009
New Revision: 41129

URL: http://svn.reactos.org/svn/reactos?rev=41129&view=rev
Log:
fix filecopy in post build event for paths with spaces

Modified:
    trunk/tools/reactosdbg/RosDBG/RosDBG.csproj

Modified: trunk/tools/reactosdbg/RosDBG/RosDBG.csproj
URL: http://svn.reactos.org/svn/reactos/trunk/tools/reactosdbg/RosDBG/RosDBG.csproj?rev=41129&r1=41128&r2=41129&view=diff
==============================================================================
--- trunk/tools/reactosdbg/RosDBG/RosDBG.csproj [iso-8859-1] (original)
+++ trunk/tools/reactosdbg/RosDBG/RosDBG.csproj [iso-8859-1] Tue May 26 23:35:30 2009
@@ -292,6 +292,6 @@
   </Target>
   -->
   <PropertyGroup>
-    <PostBuildEvent>copy $(SolutionDir)dbghelptest\dbghelp.dll $(TargetDir)</PostBuildEvent>
+    <PostBuildEvent>copy "$(SolutionDir)dbghelptest\dbghelp.dll" "$(TargetDir)"</PostBuildEvent>
   </PropertyGroup>
 </Project>



More information about the Ros-diffs mailing list