|
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). |
MERGEPEF(1) BSD General Commands Manual MERGEPEF(1)
NAME
/Developer/Tools/MergePef -- Merge multiple PEF containers into one file
SYNOPSIS
/Developer/Tools/MergePef [-v] [-t type] [-c creator] <input-file> ... -o <output-file>
DESCRIPTION
The /Developer/Tools/MergePef command reads all input files, interpreting them as PowerPC Executable
Format (PEF) container files. It combines the files into one PEF containter and writes it to the out-put output
put file. MergePEF does not read Standard Input and will not write Standard Output.
The /Developer/Tools/MergePef command accepts the following arguments:
-v Produce verbose diagnostics to standard output.
-t type Set the Extended HFS file type of the output file. The default value is 'shlb'.
-c creator Set the Extended HFS file creator of the output file. The default value is 'MACS'.
<input-file> One or more paths to PEF file containers.
-o <output-file>
Path to the output file.
NOTES
The PEF container format is supported on Mac OS X by the Carbon runtime libraries, but is not the pre-ferred preferred
ferred executable format on Mac OS X. There are no developer tools to create PEF containers natively
on Mac OS X.
SEE ALSO
LaunchCFMApp(1)
Mac OS X April 12, 2004 Mac OS X
|
|