Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: tuchin on April 02, 2024, 08:13:47 pm

Title: Changing the program name for different modes
Post by: tuchin on April 02, 2024, 08:13:47 pm
Hello!
Is it possible to configure Code blocks so that rel for release and dbg for debug are added to the program name? On my Linux, the program has the name of the project directory and an error occurs when trying to run the program. If the program is renamed, it starts normally. There is no such problem in Windows.
Title: Re: Changing the program name for different modes
Post by: nenin on April 03, 2024, 12:23:58 pm
Project->Properties->[Build Targets] - under Win you can assign names as you wish for all targets. I suppose under Lin situation should be the same.
Title: Re: Changing the program name for different modes
Post by: tuchin on April 03, 2024, 04:29:00 pm
Thank you very much, everything worked out