From 86ba184394094c7c043a505a20a0b1b8977f73d7 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 18 Dec 2014 16:34:46 +0100 Subject: Introduce gb_*_set_external_code ...to harmonize the mechanisms to not define LIBO_INTERNAL_ONLY for extension code and CppunitTest_odk_checkapi. (It also needs to revert any -Wundef, as the config_host/config_*.h files will not be included, so the HAVE_* macros will be undefined.) This obsoletes the need for RTL_DISABLE_FAST_STRING. Change-Id: If5eacba80c349efb90762aade8f2ea6d2db7e314 --- solenv/gbuild/StaticLibrary.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'solenv/gbuild/StaticLibrary.mk') diff --git a/solenv/gbuild/StaticLibrary.mk b/solenv/gbuild/StaticLibrary.mk index a78a781fe563..a6e0795ecbe6 100644 --- a/solenv/gbuild/StaticLibrary.mk +++ b/solenv/gbuild/StaticLibrary.mk @@ -110,6 +110,7 @@ $(eval $(foreach method,\ add_sdi_headers \ set_precompiled_header \ set_warnings_not_errors \ + set_external_code \ set_generated_cxx_suffix \ disable_compiler_plugins \ ,\ -- cgit