Does Codelite (e.g. either in the IDE or from CommandLine) support Building/Cleaning/Rebuilding All Workspaces?
Thanks, Colin
Building All Workspaces
-
- CodeLite Expert
- Posts: 152
- Joined: Fri Jul 15, 2011 2:49 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: Building All Workspaces
Did you mean "all projects" ?
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 152
- Joined: Fri Jul 15, 2011 2:49 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Building All Workspaces
No I did actually mean "Build All Workspaces"
The codelite-make commandline utility looks promising, but its not certain if the /p option could (eg) take a wildcard to signify all projects in the workspace.
The commandline help describes this parameter as follows
The codelite-make commandline utility looks promising, but its not certain if the /p option could (eg) take a wildcard to signify all projects in the workspace.
The commandline help describes this parameter as follows
Colin/p, --project=<str> Project to build, if non given CodeLite will build the active project as defined in the workspace
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Building All Workspaces
It can't. You will need to use a custom script to execute it per workspace ...
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 152
- Joined: Fri Jul 15, 2011 2:49 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Building All Workspaces
That's what I thought the answer would be.
Thanks for answering, Colin
Thanks for answering, Colin