News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Changing the program name for different modes

Started by tuchin, April 02, 2024, 08:13:47 PM

Previous topic - Next topic

tuchin

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.

nenin

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.

tuchin