I think it could cool to add a new program option to codelite to compile a project / workspace named configuration. Something like :
Code: Select all
./codelite --build MyWorkspace.workspace --configuration WinReleaseUnicode
Do you think it is possible to allow CodeLite to do this ? What could be great also is to build without showing the GUI...
Well, I think the first one is not so difficult, but I don't know about the 2nd one, because there is probably dependancies with the GUI. Maybe just generating the makefile could be a good first step.
What is your point of view ?