gno/usr.bin/catrez
gdr efd2ee3d99 - added CVS id string
- added stack check routines
- upped version number
1997-09-26 06:32:43 +00:00
..
catrez.1 - minor formatting change 1997-09-26 06:29:55 +00:00
catrez.c - added CVS id string 1997-09-26 06:32:43 +00:00
catrez.desc added rVersion and describe(1) sources 1997-09-26 06:31:47 +00:00
catrez.rez added rVersion and describe(1) sources 1997-09-26 06:31:47 +00:00
Makefile - replaced full makefile with one for use with the GNO builds 1997-09-26 06:30:33 +00:00
README - listed changes for v1.0.2 1997-09-26 06:31:15 +00:00
version.rez catrez v1.0.1 as contributed by Dave Tribby 1997-09-21 22:08:32 +00:00

catrez -- concatenate resource forks from files

$Id: README,v 1.2 1997/09/26 06:31:15 gdr Exp $

DESCRIPTION
===========

catrez concatenates resources from multiple files into the resource fork of
a single file. (The data fork of the destination file is not modified.) This
is useful to programmers who create resources for a program in several
different files and need to combine them into the resource fork of the final
executable file. 

See the man page for details.

INSTALLATION
============

Method 1:

	dmake install

Method 2:

	cp catrez   /usr/local/bin
	cp catrez.1 /usr/man/man1


OTHER FILES
===========

The ORCA/C source file for catrez is included (catrez.c), as well as the
REZ source code (version.rez) and the "dmake" file (makefile.mk).

CHANGES
=======

v1.0.2	catrez was incorporated into the GNO base distribution.  Changes
	were:
		modified version number;
		new Makefile;
		renamed the rVersion resource file;
		minor formatting differences to the man page; and
		addition of a describe entry.
	(Devin Reade <gdr@eddore.myrias.com>)

v1.0.1	Resources with the "protected" attribute set were not copied correctly.

v1.0	Initial version.

AUTHOR
======

Dave Tribby.  Please send bug reports to <tribby@cup.hp.com>


THANKS
======

To Devin Reade and Soenke Behrens for their many contributions to the
Apple IIGS programming community that make creating programs easier.
Among their various tools, Devin's dmake and Soenke's occ have helped
me on many large and small programming projects.

To Steve Reeves (stever@gate.net) for finding a problem with resources
that have the protected attribute set, and sending the code to fix
the problem.
                                    

LEGAL
=====

Copyright 1996 by David M. Tribby

This software is provided as freeware (not public domain). You may distribute
it as long as you don't charge money for it (beyond your media costs), and you
don't try to claim it for your own. You must also keep this archive intact when
distributing the software.

For other distribution information, contact Dave Tribby <tribby@cup.hp.com>.

This program contains material from the ORCA/C Run-Time Libraries,
copyright 1987-1996 by Byte Works, Inc.  Used with permission.

This program contains routines from the GNO/ME libraries, copyright
Procyon Enterprises, Inc.