--- In [email protected], Brett McCoy <idragos...@...> wrote: > Yep, just create an empty workspace, using the New->Project->Standard > Make C++ Project wizard and it will slurp in your code and will even > use the makefile you have (instead of using it's own internal builds).
Thanks Brett, but I'm still stuck. If I do New / Project..., I get a 'New Project' window with the options - General / Project - C / C Project - C++ / C++ Project - CVS / Projects from CVS The code is C only, so I select the C Project option. That gives me a 'C Project' window which includes the following 'Makefile project' options: - Hello World C++ Project - Empty Project But neither of these appear to let me specify where my existing code is :-(
