With visual studio you can kick off a build directly on a project, with is entirely equivalent to pressing run through the IDE. Is there an equivalent command line option for NSE? I know I could copy the entire build command out of the projects and run those, but I was hoping to keep the build completely in-line with the IDE project. In other words is there an equivalent to:
Edit:
Just to add a bit more, I know that you can call make once the makefiles have all been created, however I cannot find any way for eclipse to generate these other than by pressing build inside the IDE.