summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-11-08 18:47:25 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2014-11-08 18:47:25 +0000
commit65e6c5793094165332484b88235d836e07ab0ea2 (patch)
tree5d09da7972cd9301527df51e01f9d37ce8a413eb
parent373caeede860889368215f1ac9379961a8e27af9 (diff)
Add a small dummy command to a couple of MSVC build projects
These are trivial (no-op) fudges - to ensure that if we can't copy the built executable for whatever reason, it won't get flagged up as a build failure.
-rw-r--r--MSVCardour3/Ardour3.vcproj2
-rw-r--r--MSVCvst_scan/MSVCvst_scan.vcproj2
2 files changed, 2 insertions, 2 deletions
diff --git a/MSVCardour3/Ardour3.vcproj b/MSVCardour3/Ardour3.vcproj
index fa0dbec87f..3051238fa6 100644
--- a/MSVCardour3/Ardour3.vcproj
+++ b/MSVCardour3/Ardour3.vcproj
@@ -177,7 +177,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="copy /Y &quot;$(Release32TestSuiteFolder)\$(ProjectName).exe&quot; &quot;$(Release32TargetFolder)\$(ProjectName).exe&quot;&#x0D;&#x0A;"
+ CommandLine="copy /Y &quot;$(Release32TestSuiteFolder)\$(ProjectName).exe&quot; &quot;$(Release32TargetFolder)\$(ProjectName).exe&quot;&#x0D;&#x0A;cd .&#x0D;&#x0A;"
/>
</Configuration>
<Configuration
diff --git a/MSVCvst_scan/MSVCvst_scan.vcproj b/MSVCvst_scan/MSVCvst_scan.vcproj
index ce2a0a1e23..78498610f0 100644
--- a/MSVCvst_scan/MSVCvst_scan.vcproj
+++ b/MSVCvst_scan/MSVCvst_scan.vcproj
@@ -181,7 +181,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="copy /Y &quot;$(Release32TestSuiteFolder)\$(ProjectName).exe&quot; &quot;$(Release32TargetFolder)\$(ProjectName).exe&quot;&#x0D;&#x0A;"
+ CommandLine="copy /Y &quot;$(Release32TestSuiteFolder)\$(ProjectName).exe&quot; &quot;$(Release32TargetFolder)\$(ProjectName).exe&quot;&#x0D;&#x0A;cd .&#x0D;&#x0A;"
/>
</Configuration>
<Configuration