summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-03-01 01:03:52 +0200
committerTor Lillqvist <tml@iki.fi>2012-03-01 01:26:18 +0200
commit6d33801b4498f5c13d2dc75588f88c22a11f455b (patch)
tree994e7bc2b0338f8dc86cb41c79508f7c6bc2c9db /Makefile
parentc57f1a0dfd504f1d7c2c285b89fdc173918941d7 (diff)
Build libsb with a few dummy classes also for --disable-scripting
Work in progress, the dummy class implementations surely still incomplete and/or might contain methods not actually needed. More dummy class implementations needed, hopefully not too many though. Will add also a few ifdefs for DISABLE_SCRIPTING in some key places in sc and elsewhere to cut down on the need.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4bdd183c93d0..82cb7104d473 100644
--- a/Makefile
+++ b/Makefile
@@ -383,12 +383,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