Change my mind again: Do build a subset sb library even for DISABLE_SCRIPTING

The tables functionality in Writer documents need SbxValue.
This commit is contained in:
Tor Lillqvist
2012-03-05 21:36:01 +02:00
parent 07eb8bdcdf
commit b69285590d
4 changed files with 15 additions and 9 deletions

View File

@ -32,7 +32,6 @@ ifneq ($(DISABLE_SCRIPTING),TRUE)
$(eval $(call gb_Module_add_targets,basic,\
AllLangResTarget_sb \
Library_sb \
))
$(eval $(call gb_Module_add_check_targets,basic,\
@ -42,6 +41,7 @@ $(eval $(call gb_Module_add_check_targets,basic,\
endif
$(eval $(call gb_Module_add_targets,basic,\
Library_sb \
Package_inc \
))