summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2015-01-12 14:47:44 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2015-01-12 14:47:44 +0000
commit4255720dfb92cb312d93f3e9fb809fc1e9ea5fb3 (patch)
treef1a13f68e503e6a347f4b7686321d753166aff6e
parent95091a52a0e5dc6c779457e358902598f4d3dd50 (diff)
Following my last change we can now give 'MSVCArdour3.vsprops.in' its correct name
This change is MSVC specific and shouldn't affect the other builds
-rw-r--r--MSVCardour3/MSVCArdour3.vsprops.in (renamed from MSVCardour3/MSVCMixbus3.vsprops.in)0
-rw-r--r--msvc32-fixup.pl2
2 files changed, 1 insertions, 1 deletions
diff --git a/MSVCardour3/MSVCMixbus3.vsprops.in b/MSVCardour3/MSVCArdour3.vsprops.in
index c8f8cb7023..c8f8cb7023 100644
--- a/MSVCardour3/MSVCMixbus3.vsprops.in
+++ b/MSVCardour3/MSVCArdour3.vsprops.in
diff --git a/msvc32-fixup.pl b/msvc32-fixup.pl
index 5448ed9c30..c72a689889 100644
--- a/msvc32-fixup.pl
+++ b/msvc32-fixup.pl
@@ -96,7 +96,7 @@ process_file ("gtk2_ardour/default_ui_config");
my $command=join(' ',@ARGV);
if ($command eq -buildall) {
- process_file ("MSVCardour3/MSVCMixbus3.vsprops");
+ process_file ("MSVCardour3/MSVCArdour3.vsprops");
process_file ("MSVCMixbus3/MSVCMixbus3.vsprops");
process_file ("MSVCvst_scan/vst_scan.rc");
process_file ("icons/win32/msvc_resources.rc");