Page 1 of 1

[Build System]: How to clean target

Posted: Wed Sep 22, 2010 8:54 pm
by denilsson31
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

Re: [Build System]: How to clean target

Posted: Thu Sep 23, 2010 10:37 am
by eranif
For me it is working as expected.
Can you attach the .project and the generated makefiles to this post?
Eran