2001-11-07 03:31:23 +00:00
|
|
|
Announcement
|
|
|
|
************
|
|
|
|
|
2003-03-23 06:53:16 +00:00
|
|
|
The GNUstep Makefile Package version 1.6.0 is now available.
|
2001-11-07 03:31:23 +00:00
|
|
|
|
|
|
|
What is the GNUstep makefile package?
|
|
|
|
=====================================
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
2003-03-23 06:53:16 +00:00
|
|
|
Note that versions that have a odd minor release number (the second
|
|
|
|
number, y, in x.y.z) are unstable releases (like 1.5.2), which even
|
|
|
|
minor release numbers (1.4.1) are stable releases.
|
2002-11-20 04:25:18 +00:00
|
|
|
|
2003-03-23 06:53:16 +00:00
|
|
|
Changes in version `1.6.0'
|
2003-02-17 03:00:52 +00:00
|
|
|
==========================
|
2002-11-20 04:25:18 +00:00
|
|
|
|
2003-02-17 03:00:52 +00:00
|
|
|
Make now configures by default for only one system. To compile and
|
|
|
|
run GNUstep for multiple platforms from the same directory, use the
|
|
|
|
configure argument -enable-multi-platform.
|
2002-11-20 04:25:18 +00:00
|
|
|
|
2003-02-17 03:00:52 +00:00
|
|
|
* Auto-build def file for DLLs
|
2002-11-20 04:25:18 +00:00
|
|
|
|
2003-02-17 03:00:52 +00:00
|
|
|
* Work natively on MacOSX systems. Now use apple-apple-apple instead
|
|
|
|
of nx-nx-nx on OSX systems.
|
2002-11-20 04:25:18 +00:00
|
|
|
|
2003-02-17 03:00:52 +00:00
|
|
|
* More efficient checks for re-making a project.
|
2001-11-07 03:31:23 +00:00
|
|
|
|
|
|
|
Obtaining gnustep-make
|
|
|
|
======================
|
|
|
|
|
2003-03-23 06:53:16 +00:00
|
|
|
You can get the gstep-make-1.6.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
|
|
|
|
<http://savannah.gnu.org/support/?group=gnustep> or send bug reports to
|
|
|
|
<bug-gnustep@gnu.org>.
|
2001-11-07 03:31:23 +00:00
|
|
|
|