diff options
author | adam <adam@pkgsrc.org> | 2005-07-29 12:57:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-07-29 12:57:13 +0000 |
commit | 63516fdeb1e00f19bb1b0b48aa1aebdac76c7f80 (patch) | |
tree | 90bd12f26b848bc83358157db3f36dc338291b3e /devel/gnustep-make/PLIST | |
parent | 4f75fe9c59ccb77570c7c0ca2da785b6d499bc82 (diff) | |
download | pkgsrc-63516fdeb1e00f19bb1b0b48aa1aebdac76c7f80.tar.gz |
Changes 1.11.0:
* New rules for building and using DLLs were implemented. Now gcc
and other tricks are used to properly export symbols, so no .def
file should be needed.
* The GNUsteprc file in $GNUSTEP_SYSTEM_ROOT is deprecated. See the
new GNUstep.conf file (which is not installed by default).
* Psuedo-framwork support was implemented on MingW. This essentially
involves copying the framework to several places so it can be used
without links, which Windows does not really support. There's no
other clean way to do it.
* Support for xxx_WINDRES_FILES on MinGW was implemented.
Diffstat (limited to 'devel/gnustep-make/PLIST')
-rw-r--r-- | devel/gnustep-make/PLIST | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/gnustep-make/PLIST b/devel/gnustep-make/PLIST index 08883dfd96f..d6a6be61627 100644 --- a/devel/gnustep-make/PLIST +++ b/devel/gnustep-make/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2004/09/24 01:24:31 rh Exp $ -share/GNUstep/System/.GNUsteprc +@comment $NetBSD: PLIST,v 1.10 2005/07/29 12:57:13 adam Exp $ share/GNUstep/System/Library/Makefiles/GNUstep-reset.sh share/GNUstep/System/Library/Makefiles/GNUstep.csh share/GNUstep/System/Library/Makefiles/GNUstep.sh @@ -113,7 +112,6 @@ share/GNUstep/System/Library/Makefiles/transform_paths.sh share/GNUstep/System/Library/Makefiles/user_home share/GNUstep/System/Library/Makefiles/vendor.sh share/GNUstep/System/Library/Makefiles/which_lib -share/GNUstep/System/Makefiles share/GNUstep/System/Tools/debugapp share/GNUstep/System/Tools/openapp share/GNUstep/System/Tools/opentool |