Precompiling a File on the 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  -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.