diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-03-01 01:03:52 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-03-01 01:26:18 +0200 |
commit | 6d33801b4498f5c13d2dc75588f88c22a11f455b (patch) | |
tree | 994e7bc2b0338f8dc86cb41c79508f7c6bc2c9db /RepositoryFixes.mk | |
parent | c57f1a0dfd504f1d7c2c285b89fdc173918941d7 (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.mk | 1 |
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 |