When building with MSVC make sure any backends / panners etc get copied to the correct target folder
(i.e. 'lib/ardour3' or 'lib/mixbus3' as appropriate) These changes are MSVC specific and shouldn't affect the other builds
This commit is contained in:
parent
c5252599bc
commit
95091a52a0
@ -128,4 +128,8 @@
|
|||||||
Name="TargetSxSFolder"
|
Name="TargetSxSFolder"
|
||||||
Value="@TargetSxSFolder@"
|
Value="@TargetSxSFolder@"
|
||||||
/>
|
/>
|
||||||
|
<UserMacro
|
||||||
|
Name="LibardourFolder"
|
||||||
|
Value="mixbus3"
|
||||||
|
/>
|
||||||
</VisualStudioPropertySheet>
|
</VisualStudioPropertySheet>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||||
IntermediateDirectory="$(ConfigurationName)"
|
IntermediateDirectory="$(ConfigurationName)"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
InheritedPropertySheets=".\MSVCMixbus3.vsprops"
|
InheritedPropertySheets="..\MSVCMixbus3\MSVCMixbus3.vsprops"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
@ -98,7 +98,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="cd ..\gtk2_ardour
copy /Y "pixmaps\*.xpm" "$(Debug32TestSuiteFolder)\..\share\mixbus3\pixmaps"
copy /Y "icons\*.png" "$(Debug32TestSuiteFolder)\..\share\mixbus3\icons"
copy /Y "icons\cursor_square\*.png" "$(Debug32TestSuiteFolder)\..\share\mixbus3\icons"
copy /Y "icons\cursor_square\hotspots" "$(Debug32TestSuiteFolder)\..\share\mixbus3\icons"
copy /Y "default_ui_config" "$(Debug32TestSuiteFolder)\..\share\mixbus3"
"
|
CommandLine="cd ..\gtk2_ardour
copy /Y "pixmaps\*.xpm" "$(Debug32TestSuiteFolder)\..\share\$(LibardourFolder)\pixmaps"
copy /Y "icons\*.png" "$(Debug32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "icons\cursor_square\*.png" "$(Debug32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "icons\cursor_square\hotspots" "$(Debug32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "default_ui_config" "$(Debug32TestSuiteFolder)\..\share\$(LibardourFolder)"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
@ -106,7 +106,7 @@
|
|||||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||||
IntermediateDirectory="$(ConfigurationName)"
|
IntermediateDirectory="$(ConfigurationName)"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
InheritedPropertySheets=".\MSVCMixbus3.vsprops"
|
InheritedPropertySheets="..\MSVCMixbus3\MSVCMixbus3.vsprops"
|
||||||
WholeProgramOptimization="1"
|
WholeProgramOptimization="1"
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
@ -182,7 +182,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(Release32TestSuiteFolder)\$(ProjectName).exe" "$(Release32TargetFolder)\$(ProjectName).exe"
cd ..\gtk2_ardour
copy /Y "pixmaps\*.xpm" "$(Release32TestSuiteFolder)\..\share\mixbus3\pixmaps"
copy /Y "icons\*.png" "$(Release32TestSuiteFolder)\..\share\mixbus3\icons"
copy /Y "icons\cursor_square\*.png" "$(Release32TestSuiteFolder)\..\share\mixbus3\icons"
copy /Y "icons\cursor_square\hotspots" "$(Release32TestSuiteFolder)\..\share\mixbus3\icons"
copy /Y "default_ui_config" "$(PackagerFolderLocal)\..\share\mixbus3"
copy /Y "default_ui_config" "$(Release32TestSuiteFolder)\..\share\mixbus3"
"
|
CommandLine="copy /Y "$(Release32TestSuiteFolder)\$(ProjectName).exe" "$(Release32TargetFolder)\$(ProjectName).exe"
cd ..\gtk2_ardour
copy /Y "pixmaps\*.xpm" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\pixmaps"
copy /Y "icons\*.png" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "icons\cursor_square\*.png" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "icons\cursor_square\hotspots" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "default_ui_config" "$(PackagerFolderLocal)\..\share\$(LibardourFolder)"
copy /Y "default_ui_config" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
@ -190,7 +190,7 @@
|
|||||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||||
IntermediateDirectory="$(ConfigurationName)"
|
IntermediateDirectory="$(ConfigurationName)"
|
||||||
ConfigurationType="1"
|
ConfigurationType="1"
|
||||||
InheritedPropertySheets=".\MSVCMixbus3.vsprops"
|
InheritedPropertySheets="..\MSVCMixbus3\MSVCMixbus3.vsprops"
|
||||||
WholeProgramOptimization="0"
|
WholeProgramOptimization="0"
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
@ -267,7 +267,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="cd ..\gtk2_ardour
copy /Y "pixmaps\*.xpm" "$(Release32TestSuiteFolder)\..\share\mixbus3\pixmaps"
copy /Y "icons\*.png" "$(Release32TestSuiteFolder)\..\share\mixbus3\icons"
copy /Y "icons\cursor_square\*.png" "$(Release32TestSuiteFolder)\..\share\mixbus3\icons"
copy /Y "icons\cursor_square\hotspots" "$(Release32TestSuiteFolder)\..\share\mixbus3\icons"
copy /Y "default_ui_config" "$(Release32TestSuiteFolder)\..\share\mixbus3"
"
|
CommandLine="cd ..\gtk2_ardour
copy /Y "pixmaps\*.xpm" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\pixmaps"
copy /Y "icons\*.png" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "icons\cursor_square\*.png" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "icons\cursor_square\hotspots" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)\icons"
copy /Y "default_ui_config" "$(Release32TestSuiteFolder)\..\share\$(LibardourFolder)"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
@ -128,4 +128,8 @@
|
|||||||
Name="TargetSxSFolder"
|
Name="TargetSxSFolder"
|
||||||
Value="@TargetSxSFolder@"
|
Value="@TargetSxSFolder@"
|
||||||
/>
|
/>
|
||||||
|
<UserMacro
|
||||||
|
Name="LibardourFolder"
|
||||||
|
Value="ardour3"
|
||||||
|
/>
|
||||||
</VisualStudioPropertySheet>
|
</VisualStudioPropertySheet>
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TargetFolder)\..\lib\ardour3\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TestSuiteFolder)\..\lib\ardour3\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TargetFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
@ -174,7 +174,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TargetFolder)\..\lib\ardour3\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\ardour3\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TargetFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
@ -256,7 +256,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\ardour3\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TargetFolder)\..\lib\ardour3\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TestSuiteFolder)\..\lib\ardour3\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TargetFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
@ -173,7 +173,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TargetFolder)\..\lib\ardour3\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\ardour3\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TargetFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
@ -255,7 +255,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\ardour3\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TargetFolder)\..\lib\ardour3\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TestSuiteFolder)\..\lib\ardour3\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TargetFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
@ -173,7 +173,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TargetFolder)\..\lib\ardour3\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\ardour3\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TargetFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
@ -255,7 +255,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\ardour3\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\backends\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TargetFolder)\..\lib\ardour3\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TestSuiteFolder)\..\lib\ardour3\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TargetFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
@ -173,7 +173,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TargetFolder)\..\lib\ardour3\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\ardour3\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TargetFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
@ -255,7 +255,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\ardour3\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TargetFolder)\..\lib\ardour3\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TestSuiteFolder)\..\lib\ardour3\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TargetFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
@ -173,7 +173,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TargetFolder)\..\lib\ardour3\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\ardour3\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TargetFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
@ -255,7 +255,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\ardour3\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TargetFolder)\..\lib\ardour3\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TestSuiteFolder)\..\lib\ardour3\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TargetFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
@ -173,7 +173,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TargetFolder)\..\lib\ardour3\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\ardour3\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TargetFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
@ -255,7 +255,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\ardour3\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\panners\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TargetFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TestSuiteFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\$(TargetName).dll"
copy /Y "..\$(TargetName).ttl.in" "$(Debug32TargetFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\$(TargetName).ttl"
copy /Y "..\$(TargetName).ttl.in" "$(Debug32TestSuiteFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\$(TargetName).ttl"
copy /Y "..\manifest.ttl" "$(Debug32TargetFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\manifest.ttl"
copy /Y "..\manifest.ttl" "$(Debug32TestSuiteFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\manifest.ttl"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TargetFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\$(TargetName).dll"
copy /Y "..\$(TargetName).ttl.in" "$(Debug32TargetFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\$(TargetName).ttl"
copy /Y "..\$(TargetName).ttl.in" "$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\$(TargetName).ttl"
copy /Y "..\manifest.ttl" "$(Debug32TargetFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\manifest.ttl"
copy /Y "..\manifest.ttl" "$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\manifest.ttl"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
@ -173,7 +173,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TargetFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\$(TargetName).dll"
copy /Y "..\$(TargetName).ttl.in" "$(Release32TargetFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\$(TargetName).ttl"
copy /Y "..\$(TargetName).ttl.in" "$(Release32TestSuiteFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\$(TargetName).ttl"
copy /Y "..\manifest.ttl" "$(Release32TargetFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\manifest.ttl"
copy /Y "..\manifest.ttl" "$(Release32TestSuiteFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\manifest.ttl"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TargetFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\$(TargetName).dll"
copy /Y "..\$(TargetName).ttl.in" "$(Release32TargetFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\$(TargetName).ttl"
copy /Y "..\$(TargetName).ttl.in" "$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\$(TargetName).ttl"
copy /Y "..\manifest.ttl" "$(Release32TargetFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\manifest.ttl"
copy /Y "..\manifest.ttl" "$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\manifest.ttl"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
@ -255,7 +255,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="mkdir "$(Release32TestSuiteFolder)\..\lib\ardour3\LV2" 2> NUL
mkdir "$(Release32TestSuiteFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2" 2> NUL
mkdir "$(Debug32TestSuiteFolder)\..\lib\ardour3\LV2" 2> NUL
mkdir "$(Debug32TestSuiteFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2" 2> NUL
copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\ardour3\LV2\reasonablesynth.lv2\$(TargetName).dll-RDC"
"
|
CommandLine="mkdir "$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\LV2" 2> NUL
mkdir "$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2" 2> NUL
mkdir "$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\LV2" 2> NUL
mkdir "$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2" 2> NUL
copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\LV2\reasonablesynth.lv2\$(TargetName).dll-RDC"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TargetFolder)\..\lib\ardour3\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TestSuiteFolder)\..\lib\ardour3\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TargetFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
@ -173,7 +173,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TargetFolder)\..\lib\ardour3\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\ardour3\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TargetFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
@ -255,7 +255,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\ardour3\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TargetFolder)\..\lib\ardour3\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TestSuiteFolder)\..\lib\ardour3\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TargetFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
@ -173,7 +173,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TargetFolder)\..\lib\ardour3\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\ardour3\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TargetFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
@ -255,7 +255,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\ardour3\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
@ -91,7 +91,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TargetFolder)\..\lib\ardour3\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TestSuiteFolder)\..\lib\ardour3\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TargetFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Debug32TestSuiteFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
@ -173,7 +173,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TargetFolder)\..\lib\ardour3\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\ardour3\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TargetFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
@ -255,7 +255,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\ardour3\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
CommandLine="copy /Y "$(OutDir)\$(TargetName).dll" "$(Release32TestSuiteFolder)\..\lib\$(LibardourFolder)\surfaces\$(TargetName).dll"
copy /Y "$(OutDir)\$(TargetName).lib" "$(GenericWin32LibraryFolder)\$(TargetName).lib"
"
|
||||||
/>
|
/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
Loading…
Reference in New Issue
Block a user