Tool/software:
Hi
Dose the CCS support to modify the output folder name? By default it is 'Debug', but when I rename it directly it will generate a new 'Debug" in the project.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi
Dose the CCS support to modify the output folder name? By default it is 'Debug', but when I rename it directly it will generate a new 'Debug" in the project.
Gary,
Renaming the Debug folder is just going to result in a duplicate file. CCS is generating files in a folder that has the name of the active build configuration. Instead change the name of the configuration.
Select your project and then Build Configurations -> Manage
Rename the config
Now when you build the output will go in the new folder. You can safely delete the old one