From 09f1580e2addd831d31ab6ae2ef3dd6ebc9d1e32 Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Thu, 20 Oct 2005 09:06:20 +0000 Subject: [PATCH] Add quotation marks around the post-build event batch file to fix compiling in paths containing a space. git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@599 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 --- .../Boo/BooBinding/Project/BooBinding.csproj | 2 +- .../FormDesigner/Project/FormDesigner.addin | 8 ++++---- .../Misc/SubversionAddIn/Project/SubversionAddIn.csproj | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/AddIns/BackendBindings/Boo/BooBinding/Project/BooBinding.csproj b/src/AddIns/BackendBindings/Boo/BooBinding/Project/BooBinding.csproj index 41afea9523..72d60c7a3e 100644 --- a/src/AddIns/BackendBindings/Boo/BooBinding/Project/BooBinding.csproj +++ b/src/AddIns/BackendBindings/Boo/BooBinding/Project/BooBinding.csproj @@ -16,7 +16,7 @@ 4 false ..\..\..\..\..\..\AddIns\AddIns\BackendBindings\BooBinding\ - $(MSBuildProjectDirectory)\PostBuildEvent.bat "$(MSBuildProjectDirectory)" + "$(MSBuildProjectDirectory)\PostBuildEvent.bat" "$(MSBuildProjectDirectory)" OnSuccessfulBuild diff --git a/src/AddIns/DisplayBindings/FormDesigner/Project/FormDesigner.addin b/src/AddIns/DisplayBindings/FormDesigner/Project/FormDesigner.addin index e8a0db4c64..f64dc73927 100644 --- a/src/AddIns/DisplayBindings/FormDesigner/Project/FormDesigner.addin +++ b/src/AddIns/DisplayBindings/FormDesigner/Project/FormDesigner.addin @@ -11,10 +11,10 @@ - + diff --git a/src/AddIns/Misc/SubversionAddIn/Project/SubversionAddIn.csproj b/src/AddIns/Misc/SubversionAddIn/Project/SubversionAddIn.csproj index 78e60cf0a9..d08974a800 100644 --- a/src/AddIns/Misc/SubversionAddIn/Project/SubversionAddIn.csproj +++ b/src/AddIns/Misc/SubversionAddIn/Project/SubversionAddIn.csproj @@ -6,7 +6,7 @@ Debug AnyCPU {17F4D7E0-6933-4C2E-8714-FD7E98D625D5} - $(MSBuildProjectDirectory)\PostBuildEvent.bat "$(MSBuildProjectDirectory)" + "$(MSBuildProjectDirectory)\PostBuildEvent.bat" "$(MSBuildProjectDirectory)" 8.0.50215 2.0 OnSuccessfulBuild