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
This commit is contained in:
John Emmas 2015-01-12 14:47:44 +00:00
parent 95091a52a0
commit 4255720dfb
2 changed files with 1 additions and 1 deletions

View File

@ -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");