Page 1 of 1

CodeLite C++ Building File Questions.

Posted: Wed Jan 09, 2019 8:00 am
by Zachary1234
I am using Windows 10 64 bit Home Edition.
I am using the latest stable version of the TDM C++ compiler.
I am programming in C++.

-If Codelite and its compiler successfully build a C++ Console executable program,
where is the executable file put?

-If Codelite and its compiler successfully build a C++ static library, where are the
library file(s) put?

Re: CodeLite C++ Building File Questions.

Posted: Wed Jan 09, 2019 10:32 am
by eranif
Open the project settings (right click on the project) and it is defined by the macros $IntermediateFolder and $OutputFile (their combination)
By default, it is located under the project folder/Debug or project folder/Release