Author Topic: How to set output file name?  (Read 6154 times)

Offline Dvorkin

  • Multiple posting newcomer
  • *
  • Posts: 11
How to set output file name?
« 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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: How to set output file name?
« Reply #1 on: March 24, 2014, 09:18:00 am »
Project -> Properties -> Build targets -> Output filename also play with the auto-generate options
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]