2001-11-07 03:31:23 +00:00
|
|
|
Announcement
|
|
|
|
************
|
|
|
|
|
2002-11-20 04:25:18 +00:00
|
|
|
The GNUstep Makefile Package version 1.5.1 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.
|
|
|
|
|
2002-11-20 04:25:18 +00:00
|
|
|
Changes in version `1.5.1'
|
2001-11-12 04:04:43 +00:00
|
|
|
==========================
|
|
|
|
|
2002-11-20 04:25:18 +00:00
|
|
|
* Framework support rewritten, also supports multiple names.
|
|
|
|
|
|
|
|
* API change: Replace frameowork's xxx_TOOLS by xxx_COPY_INTO_DIR.
|
|
|
|
|
|
|
|
* Unified link commands between libraries and frameworks
|
|
|
|
(LIB_LINK_*).
|
|
|
|
|
|
|
|
* New 'make strings' target for localization support.
|
|
|
|
|
|
|
|
* Speed improvements.
|
|
|
|
|
|
|
|
* Doesn't try to build OSX bundle on GNUstep and vice versa.
|
|
|
|
|
|
|
|
* API change: Tools/Subproj can have resources.
|
|
|
|
|
|
|
|
* API change: TOOL_INSTALL_DIR.
|
2001-11-07 03:31:23 +00:00
|
|
|
|
|
|
|
Obtaining gnustep-make
|
|
|
|
======================
|
|
|
|
|
2002-11-20 04:25:18 +00:00
|
|
|
You can get the gstep-make-1.5.1.tar.gz distribution file at
|
2001-11-07 03:31:23 +00:00
|
|
|
<ftp://ftp.gnustep.org/pub/gnustep/core>
|
|
|
|
|
|
|
|
Please send bug reports to <bug-gnustep@gnu.org>.
|
|
|
|
|