Author Topic: Where exactly does it compile to?  (Read 3225 times)

cpudaman

  • Guest
Where exactly does it compile to?
« on: January 11, 2008, 03:05:11 am »
I keep trying to compile a program I made. The first time it said it did it, but I couldn't find it.  And when I try to do it again, it says 'nothing left to do'. Can you tell me where it compiled it to?

Offline NoSoulX

  • Single posting newcomer
  • *
  • Posts: 4
Re: Where exactly does it compile to?
« Reply #1 on: January 11, 2008, 06:49:32 am »
 :) It compiles to the same directory where the source code is.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Where exactly does it compile to?
« Reply #2 on: January 11, 2008, 08:19:56 am »
Can you tell me where it compiled it to?
Menu "Project" -> "Properties..." -> tab "Build targets" -> select your target -> "Output filename" (which may be relative to the project file).
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: Where exactly does it compile to?
« Reply #3 on: January 11, 2008, 09:42:09 am »
Or just make a search in your file browser...