When building with MSVC make sure any backends / panners etc get copied to the correc...
authorJohn Emmas <johne53@tiscali.co.uk>
Mon, 12 Jan 2015 14:43:22 +0000 (14:43 +0000)
committerJohn Emmas <johne53@tiscali.co.uk>
Mon, 12 Jan 2015 14:43:22 +0000 (14:43 +0000)
(i.e. 'lib/ardour3' or 'lib/mixbus3' as appropriate)

These changes are MSVC specific and shouldn't affect the other builds

13 files changed:
MSVCMixbus3/MSVCMixbus3.vsprops.in
MSVCardour3/Ardour3.vcproj
MSVCardour3/MSVCMixbus3.vsprops.in
libs/backends/MSVCbackends/dummy_audiobackend.vcproj
libs/backends/MSVCbackends/jack_audiobackend.vcproj
libs/backends/MSVCbackends/waves_audiobackend.vcproj
libs/panners/MSVCpanners/panner_1in2out.vcproj
libs/panners/MSVCpanners/panner_2in2out.vcproj
libs/panners/MSVCpanners/panner_vbap.vcproj
libs/plugins/reasonablesynth.lv2/MSVCreasonablesynth/reasonablesynth.vcproj
libs/surfaces/generic_midi/MSVCardour_genericmidi/ardour_genericmidi.vcproj
libs/surfaces/mackie/MSVCardour_mackie/ardour_mackie.vcproj
libs/surfaces/osc/MSVCardour_osc/ardour_osc.vcproj

index fe5e65455a38438af5dc084b04d6731c493a2ad3..c46886880474484f251fbf4f92d373643e21a7ac 100644 (file)
                Name="TargetSxSFolder"
                Value="@TargetSxSFolder@"
        />
+       <UserMacro
+               Name="LibardourFolder"
+               Value="mixbus3"
+       />
 </VisualStudioPropertySheet>
index 3f74de53bf8a6fbb95c9afd3dea9e305480bdfe0..3f3562d5476fad6db101ccd28ca649cef46a9867 100644 (file)
@@ -19,7 +19,7 @@
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
                        IntermediateDirectory="$(ConfigurationName)"
                        ConfigurationType="1"
-                       InheritedPropertySheets=".\MSVCMixbus3.vsprops"
+                       InheritedPropertySheets="..\MSVCMixbus3\MSVCMixbus3.vsprops"
                        UseOfMFC="0"
                        >
                        <Tool
@@ -98,7 +98,7 @@
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="cd ..\gtk2_ardour&#x0D;&#x0A;copy /Y &quot;pixmaps\*.xpm&quot; &quot;$(Debug32TestSuiteFolder)\..\share\mixbus3\pixmaps&quot;&#x0D;&#x0A;copy /Y &quot;icons\*.png&quot; &quot;$(Debug32TestSuiteFolder)\..\share\mixbus3\icons&quot;&#x0D;&#x0A;copy /Y &quot;icons\cursor_square\*.png&quot; &quot;$(Debug32TestSuiteFolder)\..\share\mixbus3\icons&quot;&#x0D;&#x0A;copy /Y &quot;icons\cursor_square\hotspots&quot; &quot;$(Debug32TestSuiteFolder)\..\share\mixbus3\icons&quot;&#x0D;&#x0A;copy /Y &quot;default_ui_config&quot; &quot;$(Debug32TestSuiteFolder)\..\share\mixbus3&quot;&#x0D;&#x0A;"
+                               CommandLine="cd ..\gtk2_ardour&#x0D;&#x0A;copy /Y &quot;pixmaps\*.xpm&quot; &quot;$(Debug32TestSuiteFolder)\..\share\$(LibardourFolder)\pixmaps&quot;&#x0D;&#x0A;copy /Y &quot;icons\*.png&quot; &quot;$(Debug32TestSuiteFolder)\..\share\$(LibardourFolder)\icons&quot;&#x0D;&#x0A;copy /Y &quot;icons\cursor_square\*.png&quot; &quot;$(Debug32TestSuiteFolder)\..\share\$(LibardourFolder)\icons&quot;&#x0D;&#x0A;copy /Y &quot;icons\cursor_square\hotspots&quot; &quot;$(Debug32TestSuiteFolder)\..\share\$(LibardourFolder)\icons&quot;&#x0D;&#x0A;copy /Y &quot;default_ui_config&quot; &quot;$(Debug32TestSuiteFolder)\..\share\$(LibardourFolder)&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
                <Configuration
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
                        IntermediateDirectory="$(ConfigurationName)"
                        ConfigurationType="1"
-                       InheritedPropertySheets=".\MSVCMixbus3.vsprops"
+                       InheritedPropertySheets="..\MSVCMixbus3\MSVCMixbus3.vsprops"
                        WholeProgramOptimization="1"
                        >
                        <Tool
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(Release32TestSuiteFolder)\$(ProjectName).exe&quot; &quot;$(Release32TargetFolder)\$(ProjectName).exe&quot;&#x0D;&#x0A;cd ..\gtk2_ardour&#x0D;&#x0A;copy /Y &quot;pixmaps\*.xpm&quot; &quot;$(Release32TestSuiteFolder)\..\share\mixbus3\pixmaps&quot;&#x0D;&#x0A;copy /Y &quot;icons\*.png&quot; &quot;$(Release32TestSuiteFolder)\..\share\mixbus3\icons&quot;&#x0D;&#x0A;copy /Y &quot;icons\cursor_square\*.png&quot; &quot;$(Release32TestSuiteFolder)\..\share\mixbus3\icons&quot;&#x0D;&#x0A;copy /Y &quot;icons\cursor_square\hotspots&quot; &quot;$(Release32TestSuiteFolder)\..\share\mixbus3\icons&quot;&#x0D;&#x0A;copy /Y &quot;default_ui_config&quot; &quot;$(PackagerFolderLocal)\..\share\mixbus3&quot;&#x0D;&#x0A;copy /Y &quot;default_ui_config&quot; &quot;$(Release32TestSuiteFolder)\..\share\mixbus3&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(Release32TestSuiteFolder)\$(ProjectName).exe&quot; &quot;$(Release32TargetFolder)\$(ProjectName).exe&quot;&#x0D;&#x0A;cd ..\gtk2_ardour&#x0D;&#x0A;copy /Y &quot;pixmaps\*.xpm&quot; &quot;$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\pixmaps&quot;&#x0D;&#x0A;copy /Y &quot;icons\*.png&quot; &quot;$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\icons&quot;&#x0D;&#x0A;copy /Y &quot;icons\cursor_square\*.png&quot; &quot;$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\icons&quot;&#x0D;&#x0A;copy /Y &quot;icons\cursor_square\hotspots&quot; &quot;$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\icons&quot;&#x0D;&#x0A;copy /Y &quot;default_ui_config&quot; &quot;$(PackagerFolderLocal)\..\share\$(LibardourFolder)&quot;&#x0D;&#x0A;copy /Y &quot;default_ui_config&quot; &quot;$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
                <Configuration
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
                        IntermediateDirectory="$(ConfigurationName)"
                        ConfigurationType="1"
-                       InheritedPropertySheets=".\MSVCMixbus3.vsprops"
+                       InheritedPropertySheets="..\MSVCMixbus3\MSVCMixbus3.vsprops"
                        WholeProgramOptimization="0"
                        >
                        <Tool
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="cd ..\gtk2_ardour&#x0D;&#x0A;copy /Y &quot;pixmaps\*.xpm&quot; &quot;$(Release32TestSuiteFolder)\..\share\mixbus3\pixmaps&quot;&#x0D;&#x0A;copy /Y &quot;icons\*.png&quot; &quot;$(Release32TestSuiteFolder)\..\share\mixbus3\icons&quot;&#x0D;&#x0A;copy /Y &quot;icons\cursor_square\*.png&quot; &quot;$(Release32TestSuiteFolder)\..\share\mixbus3\icons&quot;&#x0D;&#x0A;copy /Y &quot;icons\cursor_square\hotspots&quot; &quot;$(Release32TestSuiteFolder)\..\share\mixbus3\icons&quot;&#x0D;&#x0A;copy /Y &quot;default_ui_config&quot; &quot;$(Release32TestSuiteFolder)\..\share\mixbus3&quot;&#x0D;&#x0A;"
+                               CommandLine="cd ..\gtk2_ardour&#x0D;&#x0A;copy /Y &quot;pixmaps\*.xpm&quot; &quot;$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\pixmaps&quot;&#x0D;&#x0A;copy /Y &quot;icons\*.png&quot; &quot;$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\icons&quot;&#x0D;&#x0A;copy /Y &quot;icons\cursor_square\*.png&quot; &quot;$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\icons&quot;&#x0D;&#x0A;copy /Y &quot;icons\cursor_square\hotspots&quot; &quot;$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\icons&quot;&#x0D;&#x0A;copy /Y &quot;default_ui_config&quot; &quot;$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
        </Configurations>
index fe5e65455a38438af5dc084b04d6731c493a2ad3..c8f8cb7023390e193ef4959e0521df7752976c64 100644 (file)
                Name="TargetSxSFolder"
                Value="@TargetSxSFolder@"
        />
+       <UserMacro
+               Name="LibardourFolder"
+               Value="ardour3"
+       />
 </VisualStudioPropertySheet>
index a9a18db6e94a012ead73962516537c5c219e77d3..ff839a047404e1450c6fc93fee9411df9478af66 100644 (file)
@@ -91,7 +91,7 @@
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TargetFolder)\..\lib\ardour3\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TestSuiteFolder)\..\lib\ardour3\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TargetFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
                <Configuration
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TargetFolder)\..\lib\ardour3\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\ardour3\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TargetFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
                <Configuration
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\ardour3\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
        </Configurations>
index d5b81b240955e066c1dbc52ee6cb4872028808d7..3b44ebfdce06b12f5c04d0a713cf1a6b17eed09f 100644 (file)
@@ -91,7 +91,7 @@
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TargetFolder)\..\lib\ardour3\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TestSuiteFolder)\..\lib\ardour3\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TargetFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
                <Configuration
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TargetFolder)\..\lib\ardour3\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\ardour3\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TargetFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
                <Configuration
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\ardour3\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
        </Configurations>
index 9e91f979c13d61bfc4b16a044d7f07cd9a59e6cf..6321fa7735f69f01f4c5ef0fbf9ea86604078829 100644 (file)
@@ -91,7 +91,7 @@
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TargetFolder)\..\lib\ardour3\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TestSuiteFolder)\..\lib\ardour3\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TargetFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
                <Configuration
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TargetFolder)\..\lib\ardour3\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\ardour3\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TargetFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
                <Configuration
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\ardour3\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
        </Configurations>
index 1b9a507f3647ebc2321bf3a8bb48a0c4975efc56..5c5f312e1f26ff3a4fa00abe2d884f9c5a576d3d 100644 (file)
@@ -91,7 +91,7 @@
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TargetFolder)\..\lib\ardour3\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TestSuiteFolder)\..\lib\ardour3\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TargetFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
                <Configuration
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TargetFolder)\..\lib\ardour3\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\ardour3\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TargetFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
                <Configuration
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\ardour3\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
        </Configurations>
index bc43e848c74b61bd1c32e4169f4ed3a61d29472e..27ddcb56d4a8d6ec6e92fb7105ebdf00aad58fcc 100644 (file)
@@ -91,7 +91,7 @@
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TargetFolder)\..\lib\ardour3\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TestSuiteFolder)\..\lib\ardour3\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TargetFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
                <Configuration
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TargetFolder)\..\lib\ardour3\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\ardour3\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TargetFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
                <Configuration
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\ardour3\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
        </Configurations>
index b3cb87c3cd75d306a8f64a5abda0c111c6222057..ac0327ac06bd075982daff59ca09efa6ea84cd6b 100644 (file)
@@ -91,7 +91,7 @@
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TargetFolder)\..\lib\ardour3\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TestSuiteFolder)\..\lib\ardour3\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TargetFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
                <Configuration
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TargetFolder)\..\lib\ardour3\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\ardour3\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TargetFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
                <Configuration
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\ardour3\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
        </Configurations>
index a966533e6bd73f3a604d25ed4789feed651e87f5..f9a7e0398793e05c8d21fd889f7b83e6fd00ac1d 100644 (file)
@@ -91,7 +91,7 @@
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TargetFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TestSuiteFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;..\$(TargetName).ttl.in&quot; &quot;$(Debug32TargetFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\$(TargetName).ttl&quot;&#x0D;&#x0A;copy /Y &quot;..\$(TargetName).ttl.in&quot; &quot;$(Debug32TestSuiteFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\$(TargetName).ttl&quot;&#x0D;&#x0A;copy /Y &quot;..\manifest.ttl&quot; &quot;$(Debug32TargetFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\manifest.ttl&quot;&#x0D;&#x0A;copy /Y &quot;..\manifest.ttl&quot; &quot;$(Debug32TestSuiteFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\manifest.ttl&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TargetFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;..\$(TargetName).ttl.in&quot; &quot;$(Debug32TargetFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\$(TargetName).ttl&quot;&#x0D;&#x0A;copy /Y &quot;..\$(TargetName).ttl.in&quot; &quot;$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\$(TargetName).ttl&quot;&#x0D;&#x0A;copy /Y &quot;..\manifest.ttl&quot; &quot;$(Debug32TargetFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\manifest.ttl&quot;&#x0D;&#x0A;copy /Y &quot;..\manifest.ttl&quot; &quot;$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\manifest.ttl&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
                <Configuration
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TargetFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;..\$(TargetName).ttl.in&quot; &quot;$(Release32TargetFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\$(TargetName).ttl&quot;&#x0D;&#x0A;copy /Y &quot;..\$(TargetName).ttl.in&quot; &quot;$(Release32TestSuiteFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\$(TargetName).ttl&quot;&#x0D;&#x0A;copy /Y &quot;..\manifest.ttl&quot; &quot;$(Release32TargetFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\manifest.ttl&quot;&#x0D;&#x0A;copy /Y &quot;..\manifest.ttl&quot; &quot;$(Release32TestSuiteFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\manifest.ttl&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TargetFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;..\$(TargetName).ttl.in&quot; &quot;$(Release32TargetFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\$(TargetName).ttl&quot;&#x0D;&#x0A;copy /Y &quot;..\$(TargetName).ttl.in&quot; &quot;$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\$(TargetName).ttl&quot;&#x0D;&#x0A;copy /Y &quot;..\manifest.ttl&quot; &quot;$(Release32TargetFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\manifest.ttl&quot;&#x0D;&#x0A;copy /Y &quot;..\manifest.ttl&quot; &quot;$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\manifest.ttl&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
                <Configuration
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="mkdir &quot;$(Release32TestSuiteFolder)\..\lib\ardour3\LV2&quot; 2&gt; NUL&#x0D;&#x0A;mkdir &quot;$(Release32TestSuiteFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2&quot; 2&gt; NUL&#x0D;&#x0A;mkdir &quot;$(Debug32TestSuiteFolder)\..\lib\ardour3\LV2&quot; 2&gt; NUL&#x0D;&#x0A;mkdir &quot;$(Debug32TestSuiteFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2&quot; 2&gt; NUL&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\$(TargetName).dll-RDC&quot;&#x0D;&#x0A;"
+                               CommandLine="mkdir &quot;$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\LV2&quot; 2&gt; NUL&#x0D;&#x0A;mkdir &quot;$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2&quot; 2&gt; NUL&#x0D;&#x0A;mkdir &quot;$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\LV2&quot; 2&gt; NUL&#x0D;&#x0A;mkdir &quot;$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2&quot; 2&gt; NUL&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\$(TargetName).dll-RDC&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
        </Configurations>
index c346852f195a68ee9910b46c63a0bd6487b30fd9..f50ea3a9476ee6695777add600809cc7e925c23d 100644 (file)
@@ -91,7 +91,7 @@
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TargetFolder)\..\lib\ardour3\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TestSuiteFolder)\..\lib\ardour3\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TargetFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
                <Configuration
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TargetFolder)\..\lib\ardour3\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\ardour3\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TargetFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
                <Configuration
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\ardour3\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
        </Configurations>
index ce1f7adfb1cc0fe9f1216ee8a49903b31da47e13..5a1a153c97b829ed4a02c14fcc06df6150903e5e 100644 (file)
@@ -91,7 +91,7 @@
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TargetFolder)\..\lib\ardour3\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TestSuiteFolder)\..\lib\ardour3\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TargetFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
                <Configuration
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TargetFolder)\..\lib\ardour3\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\ardour3\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TargetFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
                <Configuration
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\ardour3\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
        </Configurations>
index 7c32c0925d54704d55e9ca54e5cde433b9ef6baa..921240e254cc7b68a7808e19c471222e29bea20a 100644 (file)
@@ -91,7 +91,7 @@
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TargetFolder)\..\lib\ardour3\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TestSuiteFolder)\..\lib\ardour3\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TargetFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
                <Configuration
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TargetFolder)\..\lib\ardour3\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\ardour3\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TargetFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
                <Configuration
                        />
                        <Tool
                                Name="VCPostBuildEventTool"
-                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\ardour3\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
+                               CommandLine="copy /Y &quot;$(OutDir)\$(TargetName).dll&quot; &quot;$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll&quot;&#x0D;&#x0A;copy /Y &quot;$(OutDir)\$(TargetName).lib&quot; &quot;$(GenericWin32LibraryFolder)\$(TargetName).lib&quot;&#x0D;&#x0A;"
                        />
                </Configuration>
        </Configurations>