diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-03-05 21:36:01 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-03-05 22:30:10 +0200 |
commit | b69285590d704b08852c22dbb5ed073bff9998ce (patch) | |
tree | 5e27b3fb6a9ec04ef5d7c4250fa5552e554c11ed /Makefile | |
parent | 07eb8bdcdf0f75a36f5e22a825102070e1255240 (diff) |
Change my mind again: Do build a subset sb library even for DISABLE_SCRIPTING
The tables functionality in Writer documents need SbxValue.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -384,12 +384,12 @@ bootstrap: $(WORKDIR_BOOTSTRAP) # build: bootstrap fetch $(if $(filter $(INPATH),$(INPATH_FOR_BUILD)),,cross-toolset) ifeq ($(DISABLE_SCRIPTING),TRUE) -# We must get the headers from basic and vbahelper "delivered" because -# as we don't link to any libs from those they won't otherwise be, or +# We must get the headers from vbahelper "delivered" because +# as we don't link to any libs from there they won't otherwise be, or # something. And we still do include those headers always even if the # libs aren't built in the --disable-scripting case. (Ifdefs for # DISABLE_SCRIPTING will be added to the code later as necessary.) - $(GNUMAKE) basic vbahelper + $(GNUMAKE) vbahelper endif ifeq ($(DISABLE_DBCONNECTIVITY),TRUE) # Ditto for dbconnectivity in the --disable-database-connectivity case |