CodeLite C++ Building File Questions.

General questions regarding the usage of CodeLite
Zachary1234
CodeLite Curious
Posts: 3
Joined: Wed Jan 09, 2019 7:04 am
Genuine User: Yes
IDE Question: C++
Contact:

CodeLite C++ Building File Questions.

Post 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?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite C++ Building File Questions.

Post 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
Make sure you have read the HOW TO POST thread
Post Reply