Precompiling File on Command Line

To precompile a file on the command line, follow these steps:

  1. Start the command line shell.
  2. Issue this command
    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.