Hi,
I have a static lib project.
In project settings, I choose to name my target with the name of my project (logical, is it !).
So, I write $(ProjectName) in Output File field.
All is alright but for cleaning: the target file (the library file, so) is never cleaned.
How to do so ?
How to make codelite generate target file in the same directory as intermediate files ?
Thanks all
[Build System]: How to clean target
-
- CodeLite Curious
- Posts: 1
- Joined: Wed Sep 22, 2010 8:43 pm
- 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: [Build System]: How to clean target
For me it is working as expected.
Can you attach the .project and the generated makefiles to this post?
Eran
Can you attach the .project and the generated makefiles to this post?
Eran
Make sure you have read the HOW TO POST thread