From c793a9eb9bd95b09e6b360a0b2d142c4b1fa7910 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Thu, 13 Dec 2007 19:03:54 +0000 Subject: [PATCH] Improved linking against uninstalled ProjectCenter.framework git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@25729 72102866-910b-0410-8b05-ffd578937521 --- Documentation/ChangeLog | 6 ++++++ GNUmakefile.preamble | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Documentation/ChangeLog b/Documentation/ChangeLog index 67a81bd..ed205d7 100644 --- a/Documentation/ChangeLog +++ b/Documentation/ChangeLog @@ -1,3 +1,9 @@ +2007-12-13 Nicola Pero + + * GNUmakefile.preamble (ADDITIONAL_LIB_DIRS): Improved linking to + the ProjectCenter framework when it's not installed yet so that it + should work on non-flattened layouts. + 2007-09-27 Sergii Stoian * Framework/PCBundleManager.m, diff --git a/GNUmakefile.preamble b/GNUmakefile.preamble index fb05622..3c12ba0 100644 --- a/GNUmakefile.preamble +++ b/GNUmakefile.preamble @@ -42,8 +42,7 @@ ADDITIONAL_INCLUDE_DIRS += -I./ -I./Headers ADDITIONAL_LDFLAGS += # Additional library directories the linker should search -ADDITIONAL_LIB_DIRS += -L./Framework/ProjectCenter.framework/Versions/Current \ - -L./Framework/ProjectCenter.framework +ADDITIONAL_LIB_DIRS += -L./Framework/ProjectCenter.framework/$(GNUSTEP_TARGET_LDIR) # Additional LDFLAGS to pass to the linker ADDITIONAL_GUI_LIBS += -lProjectCenter