diff --git a/nufxlib-0/ChangeLog.txt b/nufxlib-0/ChangeLog.txt index 1fa2a1c..9845e6e 100644 --- a/nufxlib-0/ChangeLog.txt +++ b/nufxlib-0/ChangeLog.txt @@ -1,3 +1,7 @@ +2003/06/19 sheppy + - Added support for resource forks and file and aux types when built + for Mac OS X. + 2003/03/18 ***** v2.0.0 shipped ***** 2003/03/10 fadden diff --git a/nufxlib-0/README.txt b/nufxlib-0/README.txt index c9ecc58..31b53f3 100644 --- a/nufxlib-0/README.txt +++ b/nufxlib-0/README.txt @@ -64,6 +64,19 @@ If you're using BeOS/PPC, it will also do: CC=cc CFLAGS='-proc 603 -opt full' +Mac OS X +======== + +This works just like the UNIX version, with the exception that when you link +against nufxlib, your project must also link against the Carbon framework. +This can be done in ProjectBuilder by using the Add Framework option in the +Project menu, or by adding "-framework Carbon" to the gcc command line. + +You'll see some warnings due to some namespace collisions between nufxlib and +Carbon, but everything will work fine. Carbon is used to provide support for +file types and resource forks. + + Win32 ===== @@ -105,7 +118,7 @@ Legalese ======== NufxLib, a NuFX archive manipulation library. -Copyright (C) 2000-2002 by Andy McFadden, All Rights Reserved. +Copyright (C) 2000-2003 by Andy McFadden, All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/nulib2/README.txt b/nulib2/README.txt index bd80b69..94e02c5 100644 --- a/nulib2/README.txt +++ b/nulib2/README.txt @@ -54,6 +54,15 @@ changed. Running configure without arguments under BeOS is equivalent to: If you're using BeOS/PPC, it will also do: CC=cc CFLAGS='-proc 603 -opt full' + + +Mac OS X +======== + +This works just like the UNIX version. You'll see some warnings due to some +namespace collisions between nufxlib and Carbon, but everything will work +fine. The Carbon framework is used to enable support for filetypes and +resource forks. Win32 @@ -131,7 +140,7 @@ Legalese ======== NuLib2, a NuFX and Binary II archive application. -Copyright (C) 2000-2002 by Andy McFadden, All Rights Reserved. +Copyright (C) 2000-2003 by Andy McFadden, All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by