How can I add another source or header file to my project?

To add a source file or header to project follow steps below:

  1. In the CodeWarrior Project window, right-click on the folder where you want the new source file or header to be added.

    A context menu appears.

  2. From the context menu, select New > Source File .

    The New Source File window appears.

  3. In the Source File textbox, enter the name of the source file.
  4. Click Finish .

The source file gets added to your project.

Note: Another way to accomplish is to drag and drop the file from Windows Explorer. A copy of the file is added to the project's workspace. If you make changes to the source file, the original source file is not modified. Only source file in the project is modified.