mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 08:01:24 +00:00
Fixed compiling project center when non-flattened
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@20363 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c41409fd7f
commit
7a9f0785df
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-11-19 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* GNUmakefile.preamble (ADDITIONAL_LIB_DIRS): Fixed finding the
|
||||
ProjectCenter framework when non-flattened.
|
||||
|
||||
2004-10-14 Serg Stoyan <stoyan255@ukr.net>
|
||||
|
||||
* Fixed interface (*.gorm) files wrt to latest GORM changes.
|
||||
|
|
|
@ -44,8 +44,8 @@ ADDITIONAL_INCLUDE_DIRS += -I./Library
|
|||
ADDITIONAL_LDFLAGS += -lProjectCenter
|
||||
|
||||
# Additional library directories the linker should search
|
||||
#ADDITIONAL_LIB_DIRS += -L./Library/$(GNUSTEP_OBJ_DIR)
|
||||
ADDITIONAL_LIB_DIRS += -L./Library/ProjectCenter.framework/Versions/Current
|
||||
#ADDITIONAL_LIB_DIRS += -L./Library/$(GNUSTEP_OBJ_DIR_NAME)
|
||||
ADDITIONAL_LIB_DIRS += -L./Library/ProjectCenter.framework/Versions/Current/$(GNUSTEP_TARGET_LDIR)
|
||||
|
||||
ADDITIONAL_TOOL_LIBS +=
|
||||
|
||||
|
|
Loading…
Reference in a new issue