mirror of
https://github.com/fadden/nulib2.git
synced 2024-12-29 00:31:43 +00:00
From Eric Shepherd: updates to documentation.
This commit is contained in:
parent
5f93a26aac
commit
49053fe654
@ -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/18 ***** v2.0.0 shipped *****
|
||||||
|
|
||||||
2003/03/10 fadden
|
2003/03/10 fadden
|
||||||
|
@ -64,6 +64,19 @@ If you're using BeOS/PPC, it will also do:
|
|||||||
CC=cc CFLAGS='-proc 603 -opt full'
|
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
|
Win32
|
||||||
=====
|
=====
|
||||||
|
|
||||||
@ -105,7 +118,7 @@ Legalese
|
|||||||
========
|
========
|
||||||
|
|
||||||
NufxLib, a NuFX archive manipulation library.
|
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
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Library General Public
|
modify it under the terms of the GNU Library General Public
|
||||||
|
@ -56,6 +56,15 @@ If you're using BeOS/PPC, it will also do:
|
|||||||
CC=cc CFLAGS='-proc 603 -opt full'
|
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
|
Win32
|
||||||
=====
|
=====
|
||||||
|
|
||||||
@ -131,7 +140,7 @@ Legalese
|
|||||||
========
|
========
|
||||||
|
|
||||||
NuLib2, a NuFX and Binary II archive application.
|
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
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
Loading…
Reference in New Issue
Block a user