mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fixed locating a custom ObjC runtime library when not flattened
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17633 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7456cc2e39
commit
3f65ff3291
3 changed files with 1552 additions and 2614 deletions
|
@ -1,3 +1,8 @@
|
|||
Sun Sep 7 13:35:15 2003 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* configure.ac: Fixed GNUSTEP_HDIR when not flattened.
|
||||
* configure: Regenerated.
|
||||
|
||||
2003-09-05 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Headers/Additions/GNUstepBase/behavior.h: GS_EXPORT functions.
|
||||
|
|
|
@ -105,14 +105,15 @@ fi
|
|||
# Miscellaneous flags
|
||||
#--------------------------------------------------------------------
|
||||
# Set location of GNUstep dirs for later use
|
||||
GNUSTEP_HDIR=$GNUSTEP_SYSTEM_ROOT/Library/Headers
|
||||
if test "$GNUSTEP_FLATTENED" = yes; then
|
||||
GNUSTEP_LDIR=$GNUSTEP_SYSTEM_ROOT/Library/Libraries
|
||||
GNUSTEP_HDIR=$GNUSTEP_SYSTEM_ROOT/Library/Headers
|
||||
else
|
||||
clean_target_os=`$GNUSTEP_MAKEFILES/clean_os.sh $target_os`
|
||||
clean_target_cpu=`$GNUSTEP_MAKEFILES/clean_cpu.sh $target_cpu`
|
||||
obj_dir=$clean_target_cpu/$clean_target_os
|
||||
GNUSTEP_LDIR=$GNUSTEP_SYSTEM_ROOT/Library/Libraries/$obj_dir
|
||||
GNUSTEP_HDIR=$GNUSTEP_SYSTEM_ROOT/Library/Headers/$LIBRARY_COMBO
|
||||
fi
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue