Yes this can be done by following steps below:
- In the CodeWarrior Projects window, right-click the project name.
A context menu appears.
- From the context menu, select Properties.
The
Properties
window appears.
- Select C/C++ Build > Settings.
The
Settings
options appear on the right side of properties window.
- Select Build Artifact tab.
- Type the name of the executable that you want generated in the Artifact name textbox.
- The Artifact extension textbox contains the extension of the executable that will be generated. The default extension for binary files is .abs. If another extension is desired, change the extension in the Artifact extension textbox (for more information, refer to the image listed below).
Figure 1. Properties Window 
- Click Apply.
- Click OK.
The
Properties
window disappears.
When the project is rebuilt a new binary with the new extension is generated.