mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Better build procedure
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2940 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4e413a8d02
commit
19f4ae55ec
5 changed files with 11 additions and 8 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Aug 24 09:22:17 1998 Adam Fedor <fedor@ultra.doc.com>
|
||||
|
||||
* doc/gnustep-base.tmpl.texi: Fix up doc problems.
|
||||
* doc/todo.tmpl.texi: Likewise.
|
||||
|
||||
Thu Aug 20 11:50:23 1998 Adam Fedor <fedor@doc.com>
|
||||
|
||||
* src/mframe.m (mframe_next_arg): Fixes from Richard
|
||||
|
|
|
@ -26,10 +26,8 @@
|
|||
This file documents the GNUstep BASE Library.
|
||||
|
||||
@ifclear NO-TEXI2HTML
|
||||
@subtitle DRAFT Edition for GNUstep BASE Library @value{GNUSTEP-BASE-VERSION}
|
||||
@subtitle Last revision Jan 1998
|
||||
@c @subtitle For GCC Version @value{GNUSTEP-BASE-GCC}
|
||||
@author Andrew McCallum and Adam Fedor
|
||||
@c @author Andrew McCallum and Adam Fedor
|
||||
@sp 1
|
||||
@end ifclear
|
||||
Copyright @copyright{} 1998 Free Software Foundation
|
||||
|
|
|
@ -172,7 +172,6 @@ Currently you have to remove, change, add, for some classes.
|
|||
@end itemize
|
||||
|
||||
|
||||
|
||||
@section Albin's To Do List
|
||||
|
||||
I'm sure that there're other things to do, but these are the ones I know now:
|
||||
|
|
|
@ -41,7 +41,8 @@ LIBRARY_NAME=libgnustep-base
|
|||
|
||||
# GNUSTEP_INSTALL_PREFIX must be defined here and not in config.h because
|
||||
# the installing person may set it on the `make' command line.
|
||||
DEFS= -DGNUSTEP_INSTALL_PREFIX=$(GNUSTEP_SYSTEM_ROOT) \
|
||||
GNUSTEP_INSTALL_PREFIX=$(GNUSTEP_SYSTEM_ROOT)
|
||||
DEFS= -DGNUSTEP_INSTALL_PREFIX=$(GNUSTEP_INSTALL_PREFIX) \
|
||||
-DGNUSTEP_TARGET_DIR=\"$(GNUSTEP_TARGET_DIR)\" \
|
||||
-DGNUSTEP_TARGET_CPU=\"$(GNUSTEP_TARGET_CPU)\" \
|
||||
-DGNUSTEP_TARGET_OS=\"$(GNUSTEP_TARGET_OS)\" \
|
||||
|
|
6
Version
6
Version
|
@ -8,10 +8,10 @@ MAJOR_VERSION=0
|
|||
MINOR_VERSION=5
|
||||
SUBMINOR_VERSION=0
|
||||
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
||||
VERSION=$(GNUSTEP_BASE_VERSION)
|
||||
VERSION=${GNUSTEP_BASE_VERSION}
|
||||
|
||||
GNUSTEP_BASE_FTP_MACHINE=ftp.gnu.org
|
||||
GNUSTEP_BASE_FTP_DIRECTORY=pub/gnu
|
||||
GNUSTEP_BASE_SNAP_FTP_MACHINE = alpha.gnu.org
|
||||
GNUSTEP_BASE_SNAP_FTP_DIRECTORY = gnu/gnustep
|
||||
GNUSTEP_BASE_SNAP_FTP_MACHINE=alpha.gnu.org
|
||||
GNUSTEP_BASE_SNAP_FTP_DIRECTORY=gnu/gnustep
|
||||
|
||||
|
|
Loading…
Reference in a new issue