[Libreoffice-commits] .: oowintool

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 29 09:27:02 PST 2012


 oowintool |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c8fb25f22e07a82aac86d6edc2af5ea9a492664b
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Thu Nov 29 18:26:22 2012 +0100

    Really prefer visual studio 2010 and then 2012 before 2008
    
    A followup to the incomplete previous commit.

diff --git a/oowintool b/oowintool
index 9d06bc4..26221f0 100755
--- a/oowintool
+++ b/oowintool
@@ -208,7 +208,7 @@ sub find_msvs()
 
 sub find_msvc()
 {
-    my @ms_versions = ( \%msvc_2008, \%msvc_express_2008, \%msvc_2012, \%msvc_2010 );
+    my @ms_versions = ( \%msvc_2010, \%msvc_2012, \%msvc_2008, \%msvc_express_2008 );
 
     for $ver (@ms_versions) {
         my $install = reg_get_value ("HKEY_LOCAL_MACHINE/SOFTWARE/" . $ver->{'key'});


More information about the Libreoffice-commits mailing list