From 6d33801b4498f5c13d2dc75588f88c22a11f455b Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 1 Mar 2012 01:03:52 +0200 Subject: 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. --- RepositoryFixes.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'RepositoryFixes.mk') 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 -- cgit