Building All Workspaces

General questions regarding the usage of CodeLite
ColinTaylor
CodeLite Expert
Posts: 152
Joined: Fri Jul 15, 2011 2:49 pm
Genuine User: Yes
IDE Question: C++
Contact:

Building All Workspaces

Post by ColinTaylor »

Does Codelite (e.g. either in the IDE or from CommandLine) support Building/Cleaning/Rebuilding All Workspaces?

Thanks, Colin
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Building All Workspaces

Post by eranif »

Did you mean "all projects" ?
Make sure you have read the HOW TO POST thread
ColinTaylor
CodeLite Expert
Posts: 152
Joined: Fri Jul 15, 2011 2:49 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Building All Workspaces

Post by ColinTaylor »

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
/p, --project=<str> Project to build, if non given CodeLite will build the active project as defined in the workspace
Colin
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Building All Workspaces

Post by eranif »

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
ColinTaylor
CodeLite Expert
Posts: 152
Joined: Fri Jul 15, 2011 2:49 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Building All Workspaces

Post by ColinTaylor »

That's what I thought the answer would be.
Thanks for answering, Colin
Post Reply