Precompiling File on Command Line

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

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