[Libreoffice-commits] .: 2 commits - accessibility/bridge svx/Library_svxcore.mk
Caolán McNamara
caolan at kemper.freedesktop.org
Mon Dec 19 02:48:52 PST 2011
accessibility/bridge/source/java/makefile.mk | 2 +-
svx/Library_svxcore.mk | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
New commits:
commit 9bf638c8f0a744965aa3e9568bf6fe8caaf57f25
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Dec 19 10:20:51 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/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index 5ae06ab..f7b3be7 100644
--- a/svx/Library_svxcore.mk
+++ b/svx/Library_svxcore.mk
@@ -73,7 +73,8 @@ $(eval $(call gb_Library_add_linked_libs,svxcore,\
i18nisolang1 \
lng \
sal \
- sax \
+ salhelper \
+ sax \
sfx \
sot \
svl \
commit c61f986374a875acdbc29b3576271342742f8946
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Dec 19 10:14:56 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/accessibility/bridge/source/java/makefile.mk b/accessibility/bridge/source/java/makefile.mk
index 5aeb21c..f010b95 100644
--- a/accessibility/bridge/source/java/makefile.mk
+++ b/accessibility/bridge/source/java/makefile.mk
@@ -45,7 +45,7 @@ SLOFILES= $(SLO)$/WindowsAccessBridgeAdapter.obj
SHL1TARGET=java_uno_accessbridge
SHL1IMPLIB=i$(SHL1TARGET)
-SHL1STDLIBS=$(VCLLIB) $(TOOLSLIB) $(JVMACCESSLIB) $(CPPULIB) $(SALLIB)
+SHL1STDLIBS=$(VCLLIB) $(TOOLSLIB) $(JVMACCESSLIB) $(CPPULIB) $(SALHELPERLIB) $(SALLIB)
SHL1OBJS=$(SLOFILES)
SHL1VERSIONOBJ=
More information about the Libreoffice-commits
mailing list