summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
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 /RepositoryFixes.mk
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 'RepositoryFixes.mk')
-rw-r--r--RepositoryFixes.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index ef2b957105cc..c15643f62df7 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -132,7 +132,6 @@ endif # ifeq ($(OS),WNT)
ifeq (,$(filter SCRIPTING,$(BUILD_TYPE)))
-gb_Library_FILENAMES := $(patsubst sb:libsb%,,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst vbahelper:libvbahelper%,,$(gb_Library_FILENAMES))
endif