summaryrefslogtreecommitdiffstats
path: root/vcl/Library_vclopengl.mk
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-03-21 14:45:03 +0100
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-03-21 14:45:03 +0100
commit0dcb50f50c09b8c43dbfc4b7b401c4c037eace5b (patch)
treee1182c7a474e84dcf79f3a311b48b71622bcdbd8 /vcl/Library_vclopengl.mk
parentUpdated core (diff)
downloadcore-0dcb50f50c09b8c43dbfc4b7b401c4c037eace5b.tar.gz
core-0dcb50f50c09b8c43dbfc4b7b401c4c037eace5b.zip
Fix incostintent dll linkage warnings related with vclopengl lib
Change-Id: I9c589e8890c3a824f13b1768021c7a6b0b658eee
Diffstat (limited to 'vcl/Library_vclopengl.mk')
-rw-r--r--vcl/Library_vclopengl.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/Library_vclopengl.mk b/vcl/Library_vclopengl.mk
index 59cf9581643a..793f09f3fe8c 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 \