News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Where exactly does it compile to?

Started by cpudaman, January 11, 2008, 03:05:11 AM

Previous topic - Next topic

cpudaman

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?

NoSoulX

 :) It compiles to the same directory where the source code is.

MortenMacFly

Quote from: cpudaman on January 11, 2008, 03:05:11 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

dje

Or just make a search in your file browser...