[Libreoffice-commits] .: sc/qa

Tor Lillqvist tml at kemper.freedesktop.org
Thu Mar 24 08:38:41 PDT 2011


 sc/qa/unit/makefile.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ef322bb07e121714f23c13c3e5c11de2f36a0270
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Thu Mar 24 17:24:33 2011 +0200

    Link with VBAHELPERLIB too
    
    I don't know why we need to link with VBAHELPERLIB, it is supposed to
    contain just inline methods that get compiled in from the headers and
    not needed to be linked with, says Noel.
    
    If it is just here in a unit test, no big deal. If it turns out that
    this should and can be fixed in some other way, this commit can be
    reverted.

diff --git a/sc/qa/unit/makefile.mk b/sc/qa/unit/makefile.mk
index ed08dda..b412078 100644
--- a/sc/qa/unit/makefile.mk
+++ b/sc/qa/unit/makefile.mk
@@ -41,6 +41,7 @@ SHL1TARGET = $(TARGET)
 SHL1OBJS = $(SLO)$/ucalc.obj
 SHL1STDLIBS=       \
     $(BASICLIB)	\
+    $(VBAHELPERLIB) \
     $(SFXLIB)		\
     $(SVTOOLLIB)	\
     $(SVLLIB)		\


More information about the Libreoffice-commits mailing list