[Libreoffice-commits] .: 3 commits - Repository.mk scp2/source

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Sat Mar 26 13:26:38 PDT 2011


 Repository.mk                        |    9 +++++++++
 scp2/source/ooo/file_library_ooo.scp |    4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)

New commits:
commit 53755a9651c553f5cba00c10efbaf702dececa3a
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sat Mar 26 15:21:59 2011 -0500

    harmomized the vbaobj library names with sw use and gnumake expectation

diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index ea572ad..3b433b3 100755
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -330,9 +330,9 @@ File gid_File_Lib_Vbaobj
     Styles = (PACKED);
     Dir = SCP2_OOO_BIN_DIR;
   #ifdef UNX
-    Name = STRING(CONCAT4(libvbaobj,DLLPOSTFIX,.uno,UNXSUFFIX));
+    Name = STRING(CONCAT3(vbaobj,.uno,UNXSUFFIX));
   #else
-    Name = STRING(CONCAT4(vbaobj,DLLPOSTFIX,.uno,.dll));
+    Name = STRING(CONCAT3(vbaobj,.uno,.dll));
   #endif
 End
 
commit 52a26d9c1e002fc44bc3854997502756dcb43126
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sat Mar 26 15:21:25 2011 -0500

    add starmath libraries to Repository.mk

diff --git a/Repository.mk b/Repository.mk
index fbd6f32..516fb36 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -68,6 +68,8 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
     scfilt \
     scui \
     sfx \
+    sm \
+    smd \
     sot \
     spa \
     svl \
commit 69f2482522107103afe8d65147e8a1b5b0da446f
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Mon Mar 21 10:59:56 2011 -0500

    add library declaration for sc gnumake

diff --git a/Repository.mk b/Repository.mk
index 146398f..fbd6f32 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -48,6 +48,8 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
     cui \
     drawinglayer \
     editeng \
+    for \
+    forui \
     fwe \
     fwi \
     fwk \
@@ -61,6 +63,10 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
     qstart_gtk \
     sax \
     sb \
+    sc \
+    scd \
+    scfilt \
+    scui \
     sfx \
     sot \
     spa \
@@ -113,6 +119,7 @@ $(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
     hatchwindowfactory \
     passwordcontainer \
     productregistration \
+    vbaobj \
     vbaswobj \
     msforms \
 ))


More information about the Libreoffice-commits mailing list