cdrtools/libhfs_iso
2025-06-15 04:19:58 +08:00
..
block.c Initial commit 2025-06-15 04:19:58 +08:00
block.h Initial commit 2025-06-15 04:19:58 +08:00
btree.c Initial commit 2025-06-15 04:19:58 +08:00
btree.h Initial commit 2025-06-15 04:19:58 +08:00
data.c Initial commit 2025-06-15 04:19:58 +08:00
data.h Initial commit 2025-06-15 04:19:58 +08:00
file.c Initial commit 2025-06-15 04:19:58 +08:00
file.h Initial commit 2025-06-15 04:19:58 +08:00
gdata.c Initial commit 2025-06-15 04:19:58 +08:00
hfs.c Initial commit 2025-06-15 04:19:58 +08:00
hfs.h Initial commit 2025-06-15 04:19:58 +08:00
hybrid.h Initial commit 2025-06-15 04:19:58 +08:00
internal.h Initial commit 2025-06-15 04:19:58 +08:00
libhfs_iso.com Initial commit 2025-06-15 04:19:58 +08:00
libhfs_p.mk Initial commit 2025-06-15 04:19:58 +08:00
libhfs-mapvers Initial commit 2025-06-15 04:19:58 +08:00
libhfs.mk Initial commit 2025-06-15 04:19:58 +08:00
low.c Initial commit 2025-06-15 04:19:58 +08:00
low.h Initial commit 2025-06-15 04:19:58 +08:00
Makefile Initial commit 2025-06-15 04:19:58 +08:00
node.c Initial commit 2025-06-15 04:19:58 +08:00
node.h Initial commit 2025-06-15 04:19:58 +08:00
noshlhfs.mk Initial commit 2025-06-15 04:19:58 +08:00
README Initial commit 2025-06-15 04:19:58 +08:00
record.c Initial commit 2025-06-15 04:19:58 +08:00
record.h Initial commit 2025-06-15 04:19:58 +08:00
shlhfs.mk Initial commit 2025-06-15 04:19:58 +08:00
volume.c Initial commit 2025-06-15 04:19:58 +08:00
volume.h Initial commit 2025-06-15 04:19:58 +08:00

# @(#)README	1.1 97/07/21 joerg

Modified version of libhfs (v2.0) to work with mkhybrid.

To complile for mkhybrid, use the #define -DAPPLE_HYB

The libhfs.a created with this option must not be used with other
hfsutils routines.

James Pearson 18/7/97

Copyright information from hfsutils:

 hfsutils - tools for reading and writing Macintosh HFS volumes
 Copyright (C) 1996, 1997 Robert Leslie

 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
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.