[Libreoffice-commits] .: scp2/source

Tor Lillqvist tml at kemper.freedesktop.org
Fri Jun 3 04:10:19 PDT 2011


 scp2/source/ooo/file_library_ooo.scp |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit d58a153a7484b83b557cf92ca36bab2f61c00f89
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Fri Jun 3 14:09:57 2011 +0300

    Match the change in GLib DLL names

diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index 85b3b36..125a50c 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -1740,7 +1740,7 @@ File gid_File_Lib_Glib
     #ifdef MACOSX
     Name = "libglib-2.0.0.dylib";
     #elif defined WNT
-    Name = "libglib-2.0-0.dll";
+    Name = "gliblo.dll";
     #endif
 End
 File gid_File_Lib_Gthread
@@ -1750,7 +1750,7 @@ File gid_File_Lib_Gthread
     #ifdef MACOSX
     Name = "libgthread-2.0.0.dylib";
     #elif defined WNT
-    Name = "libgthread-2.0-0.dll";
+    Name = "gthreadlo.dll";
     #endif
 End
 File gid_File_Lib_Gobject
@@ -1760,7 +1760,7 @@ File gid_File_Lib_Gobject
     #ifdef MACOSX
     Name = "libgobject-2.0.0.dylib";
     #elif defined WNT
-    Name = "libgobject-2.0-0.dll";
+    Name = "gobjectlo.dll";
     #endif
 End
 File gid_File_Lib_Gio
@@ -1770,7 +1770,7 @@ File gid_File_Lib_Gio
     #ifdef MACOSX
     Name = "libgio-2.0.0.dylib";
     #elif defined WNT
-    Name = "libgio-2.0-0.dll";
+    Name = "giolo.dll";
     #endif
 End
 File gid_File_Lib_Gmodule
@@ -1780,7 +1780,7 @@ File gid_File_Lib_Gmodule
     #ifdef MACOSX
     Name = "libgmodule-2.0.0.dylib";
     #elif defined WNT
-    Name = "libgmodule-2.0-0.dll";
+    Name = "gmodulelo.dll";
     #endif
 End
 #endif


More information about the Libreoffice-commits mailing list