From Eric Shepherd: updates to documentation.

This commit is contained in:
Andy McFadden 2003-06-24 20:40:28 +00:00
parent 5f93a26aac
commit 49053fe654
3 changed files with 28 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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