2001-11-07 03:31:23 +00:00
|
|
|
Announcement
|
|
|
|
************
|
|
|
|
|
2004-09-04 15:06:15 +00:00
|
|
|
The GNUstep Makefile Package version 1.10.0 is now available.
|
2001-11-07 03:31:23 +00:00
|
|
|
|
|
|
|
What is the GNUstep makefile package?
|
|
|
|
=====================================
|
|
|
|
|
2004-06-10 15:07:36 +00:00
|
|
|
The makefile package is a simple, powerful and extensible way to write
|
|
|
|
makefiles for a GNUstep-based project. It allows the user to write a
|
|
|
|
project without having to deal with the complex issues associated with
|
|
|
|
configuration, building, installation, and packaging. It also allows
|
|
|
|
the user to easily create cross-compiled binaries.
|
2001-11-07 03:31:23 +00:00
|
|
|
|
2004-09-04 15:06:15 +00:00
|
|
|
Changes in version `1.10.0'
|
|
|
|
===========================
|
2003-06-20 14:37:36 +00:00
|
|
|
|
2004-09-04 15:06:15 +00:00
|
|
|
* a GNUsteprc file is now automatically created and installed in
|
|
|
|
$GNUSTEP_SYSTEM_ROOT, which sets the system-wide default for the
|
|
|
|
user root directory (default=~/GNUstep, which can be overriden
|
|
|
|
with the `--with-user-root' argument to configure, or by modifying
|
|
|
|
GNUsteprc after configuration.)
|
2003-06-20 14:37:36 +00:00
|
|
|
|
2004-09-04 15:06:15 +00:00
|
|
|
* make_services is not run by GNUstep.sh anymore. You must run this
|
|
|
|
manually now (see the gnustep-gui documentation).
|
|
|
|
|
|
|
|
* Palettes use a plist instead of a strings format file now for the
|
|
|
|
palette.table file.
|
|
|
|
|
|
|
|
* You can use the `--enable-native-objc-exceptions' argument to
|
|
|
|
configure to enable use of built in objc exceptions with compilers
|
|
|
|
that support it.
|
2001-11-07 03:31:23 +00:00
|
|
|
|
|
|
|
Obtaining gnustep-make
|
|
|
|
======================
|
|
|
|
|
2004-09-04 15:06:15 +00:00
|
|
|
You can get the gstep-make-1.10.0.tar.gz distribution file at
|
2001-11-07 03:31:23 +00:00
|
|
|
<ftp://ftp.gnustep.org/pub/gnustep/core>
|
|
|
|
|
2003-03-23 06:53:16 +00:00
|
|
|
Please log bug reports on the GNUstep project page
|
2004-06-10 15:07:36 +00:00
|
|
|
<http://savannah.gnu.org/bugs/?group=gnustep> or send bug reports to
|
2003-03-23 06:53:16 +00:00
|
|
|
<bug-gnustep@gnu.org>.
|
2001-11-07 03:31:23 +00:00
|
|
|
|