Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Dvorkin on March 24, 2014, 07:46:22 am

Title: How to set output file name?
Post by: Dvorkin on March 24, 2014, 07:46:22 am
Is it possible to set my own name of the output file? C::B sets .exe  extension, but it is not comfortably for me (because it's Linux console application).

I know about -o option of GCC linker. But I'd like to use C::B's variable ${TARGET_OUTPUT_FILE} for my purposes, so it would be beautiful to set the output file name myself.
Title: Re: How to set output file name?
Post by: oBFusCATed on March 24, 2014, 09:18:00 am
Project -> Properties -> Build targets -> Output filename also play with the auto-generate options