diff options
author | Jürgen Schmidt <jsc@apache.org> | 2013-05-31 07:27:08 +0000 |
---|---|---|
committer | Jürgen Schmidt <jsc@apache.org> | 2013-05-31 07:27:08 +0000 |
commit | 894ae72e805d5fc04b4004e7ae95cebf50ceacf1 (patch) | |
tree | 5499118ef9520b4f07b309b7631ecfccbdd5a71a /vbahelper | |
parent | 1deb4e880ad5e6daf64dde007dcc09d9d2737884 (diff) |
#122356# rename toolkit lib due to conflicts on MacOS, it's a workaround for conflicts with sqlite..., will be probably solved with dropping mozilla libs
Notes
Notes:
reject: we didnt drop our lo suffix which avoids this
Diffstat (limited to 'vbahelper')
-rwxr-xr-x | vbahelper/Library_msforms.mk | 2 | ||||
-rwxr-xr-x | vbahelper/Library_vbahelper.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vbahelper/Library_msforms.mk b/vbahelper/Library_msforms.mk index 9f2834b40c8a..5b2342bba8dc 100755 --- a/vbahelper/Library_msforms.mk +++ b/vbahelper/Library_msforms.mk @@ -53,7 +53,7 @@ $(eval $(call gb_Library_add_linked_libs,msforms,\ svt \ svx \ stl \ - tk \ + ootk \ tl \ vbahelper \ vcl \ diff --git a/vbahelper/Library_vbahelper.mk b/vbahelper/Library_vbahelper.mk index a36fa3bf8a52..775a3655cd81 100755 --- a/vbahelper/Library_vbahelper.mk +++ b/vbahelper/Library_vbahelper.mk @@ -56,7 +56,7 @@ $(eval $(call gb_Library_add_linked_libs,vbahelper,\ stl \ svl \ svt \ - tk \ + ootk \ tl \ utl \ vcl \ |