Hi Edward,
I am using codewarrior IDE 5.9 for an old MCU and now need to copy a project to a new name for next project.
I found the 'MCUinit.c' file is almost empty after using your steps of classic IDE.
What i did is to replace 'MCUinit.c' and 'MCUinit.h' (in Sources folder) with old files in original project folder.
Then a new_project.iPE file is auto-created after compiling the new project.
My question is, does my step copy a project completely? or still need some actions to match the whole setting of the old peoject?
Thanks,