diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-10-24 15:17:27 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-10-24 15:18:10 +0300 |
commit | 6d477b4b4a9d80eeb42cb771cc009bd03d3022d8 (patch) | |
tree | 802db83cd7dfbdaac6f4465786177fcaa2ccb3c9 /basic/Library_sb.mk | |
parent | 521b973854cddbd2244bb752e111ded4ba9f0265 (diff) |
Need basrdll now in the disable-scripting case (iOS)
Change-Id: I01efac10784b134a6016f017c42a3fa71a514a51
Diffstat (limited to 'basic/Library_sb.mk')
-rw-r--r-- | basic/Library_sb.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/Library_sb.mk b/basic/Library_sb.mk index 314b999a5863..eefe8e0b5320 100644 --- a/basic/Library_sb.mk +++ b/basic/Library_sb.mk @@ -95,7 +95,6 @@ $(eval $(call gb_Library_add_exception_objects,sb,\ basic/source/uno/sbmodule \ basic/source/uno/sbservices \ basic/source/uno/scriptcont \ - basic/source/runtime/basrdll \ basic/source/runtime/comenumwrapper \ basic/source/runtime/ddectrl \ basic/source/runtime/inputbox \ @@ -109,6 +108,7 @@ $(eval $(call gb_Library_add_exception_objects,sb,\ endif $(eval $(call gb_Library_add_exception_objects,sb,\ + basic/source/runtime/basrdll \ basic/source/runtime/methods \ basic/source/runtime/methods1 \ basic/source/sbx/sbxarray \ |