To precompile a file on the command line, follow these steps:
mwcch_file.pch -precompile p_file.mch
where mwcc is the name of the CodeWarrior compiler tool, h_file is the name of the header to precompile, and p_file is the name of the resulting precompiled file.
The file is precompiled.