mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
More updates to the release notes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24997 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
955b24d2e6
commit
a2dc4ae58c
2 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-04-12 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Documentation/news.texi: More updates.
|
||||
|
||||
2007-04-12 David Ayers <ayers@fsfe.org>
|
||||
|
||||
* GNUstep-reset.sh (INFOPATH): Correct INFOPATH cleanup variable.
|
||||
|
|
|
@ -44,6 +44,8 @@ debugging or profiling.
|
|||
@item Precompiled header support added using xxx_OBJC_PRECOMPILED_HEADERS.
|
||||
@item gnustep-config is a program which prints out information on the
|
||||
GNUstep filesystem and variables (Similar to programs like pkg-config).
|
||||
@item Better inline messages/help, including printing the version
|
||||
of gnustep-make that is being used
|
||||
@item Applications can be started now just using their name (by
|
||||
installing a wrapper in the tools directory).
|
||||
@item Versioning of Microsoft Windows DLLs implemented.
|
||||
|
@ -53,6 +55,13 @@ deprecated. Use instead @samp{GNUSTEP_INSTALLATION_DOMAIN} and
|
|||
@item Implement use of GNU standard @samp{DESTDIR} variable.
|
||||
@item Object files are now placed in the @file{obj} directory.
|
||||
@item Static and profile libraries have the same name as normal libraries.
|
||||
@item Support for Admin Tools and Admin Apps directories
|
||||
@item RPM support rewritten
|
||||
@item Microsoft Windows support updated and extended
|
||||
@item Easy consistent way to link non-installed frameworks by using
|
||||
-Lpath_to_framework/xxx.framework/$GNUSTEP_TARGET_LDIR
|
||||
@item Versioning of library resources
|
||||
@item Fixed rebuilding .plist and .palette files
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
|
Loading…
Reference in a new issue