summaryrefslogtreecommitdiff
path: root/msvc32-fixup.pl
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-11-09 08:11:46 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2014-11-09 08:11:46 +0000
commit9cf5b23392e076eb1a0e48eb372a8f6b2f2080aa (patch)
tree466bd645c0c72353fa74668b443f60df7744ee11 /msvc32-fixup.pl
parent65e6c5793094165332484b88235d836e07ab0ea2 (diff)
Modifications needed to build ReasonableSynth with MSVC
Diffstat (limited to 'msvc32-fixup.pl')
-rw-r--r--msvc32-fixup.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/msvc32-fixup.pl b/msvc32-fixup.pl
index 44821b61d3..7e8d4b239c 100644
--- a/msvc32-fixup.pl
+++ b/msvc32-fixup.pl
@@ -17,6 +17,7 @@ $binary_age = 3000;
$current_minus_age = 0;
$exec_prefix = "lib";
$dll_suffix = "32";
+$lib_ext = ".dll";
sub process_file
{
@@ -45,6 +46,7 @@ sub process_file
s/\@LT_CURRENT_MINUS_AGE@/$current_minus_age/g;
s/\@VERSION@/$msvc_mixbus_version/g;
s/\@DLL_SUFFIX\@/$dll_suffix/g;
+ s/\@LIB_EXT\@/$lib_ext/g;
s/\@GETTEXT_PACKAGE\@/$gettext_package/g;
s/\@PERL_PATH@/$perl_path/g;
s/\@PackagerFolderLocal@/$packager_folder_local/g;
@@ -71,6 +73,8 @@ sub process_file
}
}
+process_file ("libs/plugins/reasonablesynth.lv2/manifest.ttl");
+
my $command=join(' ',@ARGV);
if ($command eq -buildall) {
process_file ("MSVCardour3/MSVCMixbus3.vsprops");