Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Makefile project created with new project wizard cannot resolve standard includes

I don't really want to call it Legacy until we have a full replacement for it.

I'm not even sure people know what "managed" means. We could simply call them C Project and C++ Project.

Anyone else with thoughts?
Doug.

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Nathan Ridge
Sent: Monday, April 16, 2018 1:29 PM
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] Makefile project created with new project wizard cannot resolve standard includes

> Feel free to fix up the wording in the template descriptions to make it clearer, though.

How about:

= Legacy C Project =
A C Project built using CDT's legacy build system. May be a managed build or makefile project.

= Legacy C++ Project =
A C++ Project built using CDT's legacy build system. May be a managed build or makefile project.

= Makefile Project =
(Experimental) Create a new project that builds with the 'make' build tool using CDT's new Core Build System.

(UX is not my strong suit, these could probably use some improvement, but at least they seem more accurate that the current ones).

Regards,
Nate
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top