diff options
author | jan Iversen <jani@libreoffice.org> | 2017-11-26 19:17:35 +0100 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2017-11-26 19:19:51 +0100 |
commit | 1512b9fd5279277e7abd3ab232c9fd38e2cbfcf7 (patch) | |
tree | e1cbbc684ad1a0981c0f67f6aa00994d2532dec3 /basic | |
parent | 781c532068e4b51a372b149ee2b8f48a1c10e79f (diff) |
basic, disable scripting problem
When building without scripting a couple of
functions were undeclared, to solve that
source/runtime/runtime
source/classes/sbintern
were moved so they also compile in building
without scripting
Change-Id: I908fee3caf8376d70ed286c17085d6b8a700ae75
Diffstat (limited to 'basic')
-rw-r--r-- | basic/Library_sb.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/basic/Library_sb.mk b/basic/Library_sb.mk index f866a3bbd347..61424901e4e4 100644 --- a/basic/Library_sb.mk +++ b/basic/Library_sb.mk @@ -71,7 +71,6 @@ $(eval $(call gb_Library_add_exception_objects,sb,\ basic/source/classes/image \ basic/source/classes/propacc \ basic/source/classes/sb \ - basic/source/classes/sbintern \ basic/source/classes/sbunoobj \ basic/source/classes/sbxmod \ basic/source/comp/basiccharclass \ @@ -97,17 +96,17 @@ $(eval $(call gb_Library_add_exception_objects,sb,\ basic/source/runtime/inputbox \ basic/source/runtime/iosys \ basic/source/runtime/props \ - basic/source/runtime/runtime \ basic/source/runtime/stdobj \ basic/source/runtime/stdobj1 \ )) - endif $(eval $(call gb_Library_add_exception_objects,sb,\ basic/source/runtime/basrdll \ basic/source/runtime/methods \ basic/source/runtime/methods1 \ + basic/source/runtime/runtime \ + basic/source/classes/sbintern \ basic/source/sbx/sbxarray \ basic/source/sbx/sbxbool \ basic/source/sbx/sbxbyte \ |