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.
Exclude a file from Build
- 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
Long Live the Open Source and Humanity
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Exclude a file from Build
Yes, for now, you will need to remove it from the project
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 120
- Joined: Sun May 10, 2009 6:56 am
- Contact:
Re: Exclude a file 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.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.
- Rick
- 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
Hello Rick,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
Thanks for the nice idea.
Regards
Aprilmot
Long Live the Open Source and Humanity
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Exclude a file from Build
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
Eran
Make sure you have read the HOW TO POST thread