To precompile a file on the command line, follow these steps:
mwcc h_file -precompile p_file
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.