ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

This manual page is associated with the Mac OS X developer tools. The software or headers described may not be present on your Mac OS X installation until you install the developer tools package. This package is available on your Mac OS X installation DVD, and the latest versions can be downloaded from developer.apple.com.

For more information about the manual page format, see the manual page for manpages(5).



RESMERGER(1)              BSD General Commands Manual             RESMERGER(1)

NAME
     /Developer/Tools/ResMerger -- Merges resource forks or files into one resource file

SYNOPSIS
     /Developer/Tools/ResMerger [-fileCreator <fileCreator>] [-fileType <fileType>] [-[a]ppend]
                                [-srcIs RSRC | DF] [-dstIs RSRC | DF] file ... -o <dest-file>

DESCRIPTION
     The /Developer/Tools/ResMerger command merges the Carbon Resource Manager resource data in multiple
     files into a single file.  The output file may be one of the input files.

     The /Developer/Tools/ResMerger command takes the following flags and arguments:

     -fileCreator <fileCreator>
                   Sets the HFS creator type of the output file.  The default is '????'.

     -fileType <fileType>
                   Sets the HFS file type of the output file.  The default is '????'.

     -[a]ppend     Append to output file, rather than overwriting it.

     -srcIs RSRC | DF
                   The fork in which to look for resources in the input file(s).  The default is the data
                   fork (DF).

     -dstIs RSRC | DF
                   The fork in which to write resources in the output file.  The default is the data fork
                   (DF).

     -skip <type>  Specifies resource type to skip during the resource merge. May be used multiple times, to
                   specify multiple resource types to skip.

     file          Specifies one or more input files.  Note that as there is only one srcIs flag, the input
                   files must be homogenous, that is, the resources must be in the same fork of all input
                   files.

     -o <dest-file>
                   Specifies the output file.  If the fork designated by -dstIs exists, it is overwritten
                   unless the -a flag is provided; if it does not exist, it is created.

SEE ALSO
     Rez(1), DeRez(1), RezWack(1), UnRezWack(1), SplitForks(1)

Mac OS X                        April 12, 2004                        Mac OS X

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.