summaryrefslogtreecommitdiff
path: root/MSVCMixbus3
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 /MSVCMixbus3
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 'MSVCMixbus3')
-rw-r--r--MSVCMixbus3/MSVCMixbus3.vsprops.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/MSVCMixbus3/MSVCMixbus3.vsprops.in b/MSVCMixbus3/MSVCMixbus3.vsprops.in
index fe5e65455a..c468868804 100644
--- a/MSVCMixbus3/MSVCMixbus3.vsprops.in
+++ b/MSVCMixbus3/MSVCMixbus3.vsprops.in
@@ -128,4 +128,8 @@
Name="TargetSxSFolder"
Value="@TargetSxSFolder@"
/>
+ <UserMacro
+ Name="LibardourFolder"
+ Value="mixbus3"
+ />
</VisualStudioPropertySheet>