mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Version 0.9.2
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@9324 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
35283f4055
commit
57f1f0cb8d
5 changed files with 15 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
2001-03-10 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version 0.9.2
|
||||
* objc.make (WITH_DLL): Add DLL defs when WITH_DLL=yes
|
||||
|
||||
2001-03-08 Adam Fedor <fedor@gnu.org>
|
||||
|
@ -41,7 +42,7 @@ Tue Feb 27 04:45:42 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
|||
2001-02-26 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documenation/makedoc.make: New file mostly copied from
|
||||
documenation.make.
|
||||
documentation.make.
|
||||
* Documenation/makerules.make: New mostly copied from rules.make
|
||||
* Documenation/gnustep-howto.texi: Moved from core/Documenation
|
||||
* Documenation/faq.texi: Likewise.
|
||||
|
|
|
@ -178,7 +178,8 @@ Note: you will need to be able to install packages as root (at least
|
|||
the base library) for applications to work correctly.
|
||||
|
||||
For installation on MinGW systems, read the README.MinGW file in the
|
||||
make package.
|
||||
Documentation directory. For other systems, see the machines documentation
|
||||
or appropriate README files in the Documentation directory.
|
||||
|
||||
@menu
|
||||
* DPS System::
|
||||
|
|
|
@ -9,6 +9,13 @@
|
|||
|
||||
The currently released version is @samp{@value{GNUSTEP-MAKE-VERSION}}.
|
||||
|
||||
@section Changes in version @samp{0.9.2}
|
||||
|
||||
@itemize @bullet
|
||||
@item HOWTO and faq files moved from core package to here
|
||||
@item Configurable GNUSTEP_LOCAL_ROOT and GNUSTEP_NETWORK_ROOT
|
||||
@end itemize
|
||||
|
||||
@section Changes in version @samp{0.9.1}
|
||||
|
||||
Make has been reoganized so that it only relies on libraries and other things
|
||||
|
|
5
README
5
README
|
@ -18,8 +18,9 @@ Information
|
|||
|
||||
The file `NEWS' has the library's feature history.
|
||||
|
||||
The files `INSTALL' or `GNUstep-HOWTO' (from the core package) gives
|
||||
instructions for installing the library.
|
||||
The files `INSTALL' or `GNUstep-HOWTO' give instructions for
|
||||
installing the library. Also see the machines.texi documentation and
|
||||
various machine specific READMEs in the Documentation directory.
|
||||
|
||||
Files in the `Documentation' directory have information on the
|
||||
design of the Makefile system and how to write your own makefiles that
|
||||
|
|
2
Version
2
Version
|
@ -4,6 +4,6 @@
|
|||
# The version number of this release.
|
||||
MAKE_MAJOR_VERSION=0
|
||||
MAKE_MINOR_VERSION=9
|
||||
MAKE_SUBMINOR_VERSION=1
|
||||
MAKE_SUBMINOR_VERSION=2
|
||||
GNUSTEP_MAKE_VERSION=${MAKE_MAJOR_VERSION}.${MAKE_MINOR_VERSION}.${MAKE_SUBMINOR_VERSION}
|
||||
|
||||
|
|
Loading…
Reference in a new issue