[Libreoffice-commits] .: embeddedobj/Library_embobj.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Dec 13 04:30:56 PST 2012
embeddedobj/Library_embobj.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ec89369f9f1c522c2c15fe1eaf6808f54233a4e3
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Thu Dec 13 13:30:07 2012 +0100
link embedobj to tools library
Usage introduced in dde234b6955a421d51d2b37e4fc3972c660146f0 and MSVC
wants an external symbol even if the function is inline, for some reason.
diff --git a/embeddedobj/Library_embobj.mk b/embeddedobj/Library_embobj.mk
index 1fa1c5a..f3e1d51 100644
--- a/embeddedobj/Library_embobj.mk
+++ b/embeddedobj/Library_embobj.mk
@@ -46,6 +46,7 @@ $(eval $(call gb_Library_use_libraries,embobj,\
cppuhelper \
sal \
vcl \
+ tl \
$(gb_UWINAPI) \
))
More information about the Libreoffice-commits
mailing list