diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-03-21 14:45:03 +0100 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-03-21 14:45:03 +0100 |
commit | 0dcb50f50c09b8c43dbfc4b7b401c4c037eace5b (patch) | |
tree | e1182c7a474e84dcf79f3a311b48b71622bcdbd8 /vcl | |
parent | e6fe2c9a41a7ae54bec0266968e9cc7e76fbd4a7 (diff) |
Fix incostintent dll linkage warnings related with vclopengl lib
Change-Id: I9c589e8890c3a824f13b1768021c7a6b0b658eee
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/Library_vclopengl.mk | 4 |
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 \ |