[Libreoffice-commits] .: dbaccess/Library_dbaxml.mk

Caolán McNamara caolan at kemper.freedesktop.org
Mon Dec 19 04:02:12 PST 2011


 dbaccess/Library_dbaxml.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit e5e42a69867ed720a88864dd5d5549a6f03d2ef5
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Dec 19 11:58:33 2011 +0000

    msvc 2008 express won't link without explicit salhelper
    
    post salhelper visibility markup and gbuildification express
    2008 doesn't link without salhelper mentioned on link line

diff --git a/dbaccess/Library_dbaxml.mk b/dbaccess/Library_dbaxml.mk
index c7535a9..68bf399 100644
--- a/dbaccess/Library_dbaxml.mk
+++ b/dbaccess/Library_dbaxml.mk
@@ -45,7 +45,8 @@ $(eval $(call gb_Library_add_linked_libs,dbaxml,\
     dba \
     dbtools \
     sal \
-	sax \
+    salhelper \
+    sax \
     sfx \
     svl \
     tk \


More information about the Libreoffice-commits mailing list