I have CodeWarrior for MCU Version: 10.6 Build Id:140329 (Special Edition)
I try to create a new project using an old project as a starting point as follows:
1. Copy original project directory (ProjOne) to new directory (ProjTwo)
2. Go into Code Warrior. Execute File->Import. Choose "Existing Project into Workspace" . Selected "ProjTwo" from browsing the directories.
3. New project "ProjTwo" was added.
4. However, the contents like the output file is still named "ProjOne.elf" inside the "ProjTwo\FLASH" directory.
Question:
How do I change all references to "ProjOne" in the new project "ProjTwo" to "ProjTwo".
For example, I want the output file to be "ProjTwo.elf" instead of "ProjONe.elf".
Thanks.