Add a small dummy command to a couple of MSVC build projects
authorJohn Emmas <johne53@tiscali.co.uk>
Sat, 8 Nov 2014 18:47:25 +0000 (18:47 +0000)
committerJohn Emmas <johne53@tiscali.co.uk>
Sat, 8 Nov 2014 18:47:25 +0000 (18:47 +0000)
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.

MSVCardour3/Ardour3.vcproj
MSVCvst_scan/MSVCvst_scan.vcproj

index fa0dbec87f8f090ac31c78069bfbc1757d8948c7..3051238fa6ad05d495c4566efed7305839936261 100644 (file)
                        />
                        <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
index ce2a0a1e235910ef312432428697e87a06c352f7..78498610f07223eca39cd24d4c6af993c6b62185 100644 (file)
                        />
                        <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