a reverb is a reverb is a reverb
[ardour.git] / msvc32-fixup.pl
index 5448ed9c30039d956de3945ed4531017ccc66a73..b61ce408f2d3ef2c095258bc41f422136119539a 100644 (file)
@@ -19,14 +19,14 @@ $exec_prefix = "lib";
 $dll_suffix = "32";
 $lib_ext = ".dll";
 $monospace = "ArdourMono";
-$font_small = 9;
+$font_small = 8.5;
 $font_smaller = 8;
-$font_normal = 10;
-$font_big = 14;
-$font_large = 18;
-$font_larger = 24;
-$font_huger = 34;
-$font_massive = 60;
+$font_normal = 9;
+$font_big = 11;
+$font_large = 14.5;
+$font_larger = 19;
+$font_huger = 27;
+$font_massive = 48;
 
 sub process_file
 {
@@ -96,8 +96,8 @@ 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");
+       process_file ("gtk2_ardour/win32/msvc_resources.rc");
 }