Exclude a file from Build

General questions regarding the usage of CodeLite
User avatar
aprilmot
CodeLite Enthusiast
Posts: 24
Joined: Sun Jul 04, 2010 1:20 pm
Genuine User: Yes
IDE Question: C++
Contact:

Exclude a file from Build

Post by aprilmot »

Hello Eran,
Is it possible to exclude a Project file from build and have it still included in the project?
Should I have to remove the file from project to exclude it from build.
Long Live the Open Source and Humanity
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Exclude a file from Build

Post by eranif »

Yes, for now, you will need to remove it from the project

Eran
Make sure you have read the HOW TO POST thread
foxmuldr
CodeLite Expert
Posts: 120
Joined: Sun May 10, 2009 6:56 am
Contact:

Re: Exclude a file from Build

Post by foxmuldr »

aprilmot wrote:Hello Eran,
Is it possible to exclude a Project file from build and have it still included in the project?
Should I have to remove the file from project to exclude it from build.
What I do is have two projects open under the workspace. One project is the active one which contains the file(s) to build, the other has all the source files there just for double-clicking and editing/searching, etc.

- Rick
Best regards,
Rick C. Hodgin
www.Visual-FreePro.org
www.LibSF.org
User avatar
aprilmot
CodeLite Enthusiast
Posts: 24
Joined: Sun Jul 04, 2010 1:20 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Exclude a file from Build

Post by aprilmot »

foxmuldr wrote: What I do is have two projects open under the workspace. One project is the active one which contains the file(s) to build, the other has all the source files there just for double-clicking and editing/searching, etc.

- Rick
Hello Rick,
Thanks for the nice idea. :)

Regards
Aprilmot
Long Live the Open Source and Humanity
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Exclude a file from Build

Post by eranif »

Please post a feature request this - this request is keep coming up every once in a while - so it would be a good thing to implement it

Eran
Make sure you have read the HOW TO POST thread
Post Reply