From 649df540e853838c51167c8cf02b17fc65fc807d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 29 Sep 2009 08:21:40 +0200 Subject: New, makefile-based bundled build implementation --- xsde/build/c/configuration-dynamic.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xsde/build/c') diff --git a/xsde/build/c/configuration-dynamic.make b/xsde/build/c/configuration-dynamic.make index c86b863..2003d76 100644 --- a/xsde/build/c/configuration-dynamic.make +++ b/xsde/build/c/configuration-dynamic.make @@ -2,7 +2,7 @@ c_id := gnu c_optimize := n c_debug := n c_rpath := n -c_pp_extra_options := $(CPPFLAGS) -I$(out_root)/../stage/include +c_pp_extra_options := $(CPPFLAGS) c_extra_options := $(CFLAGS) c_ld_extra_options := $(LDFLAGS) c_extra_libs := $(LIBS) @@ -11,4 +11,4 @@ r := $(shell echo $(LDFLAGS) | sed -e 's/-L *\([^ ]*\)/-L\1/g') r := $(patsubst -L%,%,$(filter -L%,$(r))) r := $(shell echo $(r) | sed -e 's/ /:/g') -c_extra_lib_paths := $(out_root)/../stage/lib $(r) +c_extra_lib_paths := $(r) -- cgit v1.1