[Libreoffice-commits] core.git: vcl/Library_vclopengl.mk
Zolnai Tamás
tamas.zolnai at collabora.com
Fri Mar 21 06:46:07 PDT 2014
vcl/Library_vclopengl.mk | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 0dcb50f50c09b8c43dbfc4b7b401c4c037eace5b
Author: Zolnai Tamás <tamas.zolnai at collabora.com>
Date: Fri Mar 21 14:45:03 2014 +0100
Fix incostintent dll linkage warnings related with vclopengl lib
Change-Id: I9c589e8890c3a824f13b1768021c7a6b0b658eee
diff --git a/vcl/Library_vclopengl.mk b/vcl/Library_vclopengl.mk
index 59cf958..793f09f 100644
--- a/vcl/Library_vclopengl.mk
+++ b/vcl/Library_vclopengl.mk
@@ -13,6 +13,10 @@ $(eval $(call gb_Library_set_include,vclopengl,\
$$(INCLUDE) \
))
+$(eval $(call gb_Library_add_defs,vclopengl,\
+ -DVCLOPENGL_DLLIMPLEMENTATION \
+))
+
$(eval $(call gb_Library_use_externals,vclopengl,\
boost_headers \
mdds_headers \
More information about the Libreoffice-commits
mailing list