summaryrefslogtreecommitdiff
path: root/msvc32-fixup.pl
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2018-09-10 07:14:59 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2018-09-10 07:14:59 +0100
commit79f01bc889d6c928345214eaba9016c6396bcfca (patch)
treea3e2b481e28220b38d36b09c0853f19c039e9d93 /msvc32-fixup.pl
parent2172337306cf7a331d6b2c7347b7132b88e8ad3f (diff)
Initial changes needed for building Mixbus (with MSVC) as version 5
(Mixbus itself will probably need extra changes)
Diffstat (limited to 'msvc32-fixup.pl')
-rw-r--r--msvc32-fixup.pl10
1 files changed, 5 insertions, 5 deletions
diff --git a/msvc32-fixup.pl b/msvc32-fixup.pl
index b61ce408f2..e85ab18be2 100644
--- a/msvc32-fixup.pl
+++ b/msvc32-fixup.pl
@@ -3,8 +3,8 @@
require "../gnu-windows/src/local-paths.lib";
-$msvc_mixbus_version = "3.00.0";
-$major = 3;
+$msvc_mixbus_version = "5.00.0";
+$major = 5;
$minor = 0;
$micro = 0;
$interface_age = 0;
@@ -13,7 +13,7 @@ $scanner_major = 2;
$scanner_minor = 0;
$scanner_micro = 0;
$scanner_interface_age = 0;
-$binary_age = 3000;
+$binary_age = 5000;
$current_minus_age = 0;
$exec_prefix = "lib";
$dll_suffix = "32";
@@ -96,8 +96,8 @@ process_file ("gtk2_ardour/default_ui_config");
my $command=join(' ',@ARGV);
if ($command eq -buildall) {
- process_file ("MSVCardour3/MSVCArdour3.vsprops");
- process_file ("MSVCMixbus3/MSVCMixbus3.vsprops");
+ process_file ("MSVCardour3/MSVCArdour5.vsprops");
+ process_file ("MSVCMixbus3/MSVCMixbus5.vsprops");
process_file ("MSVCvst_scan/vst_scan.rc");
process_file ("gtk2_ardour/win32/msvc_resources.rc");
}