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?
CodeLite C++ Building File Questions.
-
- CodeLite Curious
- Posts: 3
- Joined: Wed Jan 09, 2019 7:04 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CodeLite C++ Building File Questions.
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
By default, it is located under the project folder/Debug or project folder/Release
Make sure you have read the HOW TO POST thread