[Build System]: How to clean target

General questions regarding the usage of CodeLite
denilsson31
CodeLite Curious
Posts: 1
Joined: Wed Sep 22, 2010 8:43 pm
Genuine User: Yes
IDE Question: C++
Contact:

[Build System]: How to clean target

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

Re: [Build System]: How to clean target

Post by eranif »

For me it is working as expected.
Can you attach the .project and the generated makefiles to this post?
Eran
Make sure you have read the HOW TO POST thread
Post Reply