Greetings Code::Blocks community.
I've been searching for a decent linux IDE for sometime now.
Having become terminally frustrated with the fundamentally
broken Anjuta project, I decided to give Code::Blocks a try
having heard many good things about it.
At the moment, I'm working on a client/server application. I've
run aground as to how to have two separate binaries in a single
project - one for the client and one for the server. Both
applications use the same code base so I'd rather not have to
construct a project for both. Is it possible to do this with Code
Blocks? I've tried setting a custom build for the main client and
server source files, but building produces a single binary with the
project's title.
I've given the documentation a cursory glance but I've not come
across a means of doing this. Am I overlooking something blatantly
obvious? Is this even possible?
I appreciate any advice, answers or insights you might have.