diff options
author | jan Iversen <jani@libreoffice.org> | 2018-01-08 11:52:17 +0100 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2018-01-08 13:18:36 +0100 |
commit | ee4b074ce26029092d0e5f27c22a358abe101312 (patch) | |
tree | ca40adc5ac677e61488bb4ed98103fc2be1f4bb6 /basic/Library_sb.mk | |
parent | 3dc21da3b01811e9e26890e3a30ea73589f36ea1 (diff) |
basic, solve link problems
When not using scripting, there were a number of
unresolved symbols. First aproach did not work, so this
commit is the more extensive.
Change-Id: Iaf78bde10d9a43862d58d1aa8f46b14aa075eddb
Diffstat (limited to 'basic/Library_sb.mk')
-rw-r--r-- | basic/Library_sb.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/Library_sb.mk b/basic/Library_sb.mk index 88cae207b166..c1b47e27daa6 100644 --- a/basic/Library_sb.mk +++ b/basic/Library_sb.mk @@ -97,15 +97,15 @@ $(eval $(call gb_Library_add_exception_objects,sb,\ basic/source/runtime/props \ basic/source/runtime/stdobj \ basic/source/runtime/stdobj1 \ + basic/source/runtime/runtime \ + basic/source/classes/errobject \ )) endif $(eval $(call gb_Library_add_exception_objects,sb,\ - basic/source/classes/errobject \ 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 \ |