mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-15 16:11:25 +00:00
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
This commit is contained in:
parent
4bafd9555d
commit
c793a9eb9b
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-12-13 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* 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 <stoyan255@gmail.com>
|
||||
|
||||
* Framework/PCBundleManager.m,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue