From 1817366cb5f61337b34b5284615d3d4e0a8aa68a Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 4 Jun 2014 16:11:19 +0200 Subject: gbuild: remove config_libraries.h and gb_Helper_generate_config_libraries This much ugly complexity, generating a header on every gbuild startup etc. is really not warranted for 6 callers of the generated macros. Also, the Win32 make has problems with the quoting. Change-Id: If945e09c1730e52174a6084677842dc611d66b2f --- sd/Library_sd.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sd/Library_sd.mk') diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index 7ce290582147..d1bb6eb3ffdc 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -49,6 +49,7 @@ $(eval $(call gb_Library_set_include,sd,\ $(eval $(call gb_Library_add_defs,sd,\ -DSD_DLLIMPLEMENTATION \ + -DSDUI_DLL_NAME=\"$(call gb_Library_get_runtime_filename,sdui)\" \ )) ifneq ($(strip $(dbg_anim_log)$(DBG_ANIM_LOG)),) -- cgit