Precompiling a File in the Carbide IDE

To precompile a file in the Carbide IDE, use the Precompile command in the Project menu:

  1. Start the Carbide IDE.
  2. Open or create a project.
  3. Choose or create a build target in the project.
  4. The settings in the project’s active build target will be used when preprocessing and precompiling the file you want to precompile.

  5. Open the source code file to precompile.
  6. See “What Can be Precompiled” for information on what a precompiled file may contain.

  7. From the Project menu, choose Precompile.
  8. A save dialog box appears.

  9. Choose a location and type a name for the new precompiled file.
  10. The IDE precompiles the file and saves it.

  11. Click Save.
  12. The save dialog box closes, and the IDE precompiles the file you opened, saving it in the folder you specified, giving it the name you specified.

You may now include the new precompiled file in source code files.