On Tue, Feb 17, 2009 at 11:14 AM, John Matthews <[email protected]> wrote:
> I've been using Netbeans as my IDE (in Linux) and it's ok, but I
> thought I'd give Eclipse a go. I've downloaded the C/C++ IDE and want
> to create a project from the existing source files I've been editing
> using Netbeans, so I've created an empty project.
>
> But how do I add existing files into the project? All I can find is
> options to create new files.
>
> I think I'm missing something obvious. If anyone can spot what it is
> I'll be very grateful.
I've never migrated something from NetBeans (it does C++ now?), but if
you have a standard make project, you should be able to just go to
New->Project->Standard Make C++ Project, give the wizard the
directory where your code is and it should build the project for you.
Otherwise, you'll have to add everything manually, I suppose, and
create the build dependencies for the project.
-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
If I were to divulge it, it would overturn the world."
-- Jelaleddin Rumi