How can I change the name of the executable that is generated when I build my project?

To change the name of the executable that is generated when you build your project, follow the steps given below:

  1. Select the project in the CodeWarrior Projects view and select Project > Properties from the IDE menu bar.

    The Properties dialog box appears.

  2. Select C/C++ Build> Settings from the left panel.

    The Settings page appears in the right panel of the Properties dialog box.

  3. Select Build Artifact tab.

    The Artifact name textbox contains the name of the executable that will be created when the Build Project option is selected. The Artifact extension textbox contains the name extension of the binary that will be created. If you want to change the name of the executable, replace the one in the Artifact name textbox.

  4. Click Apply .
  5. Click OK .

Now when you build the project using the Build Project option, the new binary file name appears in the project folder.