From 27a5bb40830f99fc21acd1bda8dca7f3b0391523 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Fri, 18 Nov 2005 09:18:54 +0000 Subject: [PATCH] Pass USE_SDL to ciolib build (!) Pass STATIC_SDL to uifc and ciolib builds. --- src/build/Common.bmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/build/Common.bmake b/src/build/Common.bmake index 86aeb4de5e..9e7ebc8b1e 100644 --- a/src/build/Common.bmake +++ b/src/build/Common.bmake @@ -239,6 +239,8 @@ ciolib-mt: set RELEASE=$(RELEASE) set VERBOSE=$(VERBOSE) set BUILDPATH=$(BUILDPATH) + set USE_SDL=$(USE_SDL) + set STATIC_SDL=$(STATIC_SDL) cd $(CIOLIB_SRC) $(MAKE) -$(MAKEFLAGS) mtlib exit @@ -266,6 +268,7 @@ uifc-mt: set VERBOSE=$(VERBOSE) set BUILDPATH=$(BUILDPATH) set USE_SDL=$(USE_SDL) + set STATIC_SDL=$(STATIC_SDL) cd $(UIFC_SRC) $(MAKE) -$(MAKEFLAGS) mtlib exit -- GitLab