summaryrefslogtreecommitdiff
path: root/MSVCardour3
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2015-01-12 14:43:22 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2015-01-12 14:43:22 +0000
commit95091a52a0e5dc6c779457e358902598f4d3dd50 (patch)
tree5feb03f71f4b88878c396e4b9fdeaf1bb73f227d /MSVCardour3
parentc5252599bc958b3adba0b59223ce86ed227504b1 (diff)
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
Diffstat (limited to 'MSVCardour3')
-rw-r--r--MSVCardour3/Ardour3.vcproj12
-rw-r--r--MSVCardour3/MSVCMixbus3.vsprops.in4
2 files changed, 10 insertions, 6 deletions
diff --git a/MSVCardour3/Ardour3.vcproj b/MSVCardour3/Ardour3.vcproj
index 3f74de53bf..3f3562d547 100644
--- a/MSVCardour3/Ardour3.vcproj
+++ b/MSVCardour3/Ardour3.vcproj
@@ -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
@@ -106,7 +106,7 @@
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
- InheritedPropertySheets=".\MSVCMixbus3.vsprops"
+ InheritedPropertySheets="..\MSVCMixbus3\MSVCMixbus3.vsprops"
WholeProgramOptimization="1"
>
<Tool
@@ -182,7 +182,7 @@
/>
<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
@@ -190,7 +190,7 @@
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
- InheritedPropertySheets=".\MSVCMixbus3.vsprops"
+ InheritedPropertySheets="..\MSVCMixbus3\MSVCMixbus3.vsprops"
WholeProgramOptimization="0"
>
<Tool
@@ -267,7 +267,7 @@
/>
<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>
diff --git a/MSVCardour3/MSVCMixbus3.vsprops.in b/MSVCardour3/MSVCMixbus3.vsprops.in
index fe5e65455a..c8f8cb7023 100644
--- a/MSVCardour3/MSVCMixbus3.vsprops.in
+++ b/MSVCardour3/MSVCMixbus3.vsprops.in
@@ -128,4 +128,8 @@
Name="TargetSxSFolder"
Value="@TargetSxSFolder@"
/>
+ <UserMacro
+ Name="LibardourFolder"
+ Value="ardour3"
+ />
</VisualStudioPropertySheet>