summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-03-04 23:46:09 +0200
committerTor Lillqvist <tml@iki.fi>2012-03-05 02:05:24 +0200
commitc91f279e7e2fc1e520758016d35aee723d6e009b (patch)
treeff693c5d2a99d74df3f7712cc5ec5b7a8c355923 /RepositoryFixes.mk
parent8d8c7739d7d47aa8da481d12b94d2d195bbe0467 (diff)
Revert "Build libsb with a few dummy classes also for --disable-scripting"
Nah, these dummy classes would turn out quite complex anyway. Better to just use ifdefs elsewhere, the number required is not that large. This reverts commit 6d33801b4498f5c13d2dc75588f88c22a11f455b.
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r--RepositoryFixes.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index c15643f62df7..ef2b957105cc 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -132,6 +132,7 @@ 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