Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] standard versus managed c++ projects

Hi,

With the "Managed" projects makefiles are generated automatically, so
you don't have to wary about that, while with the "Standard" make
projects the user has to write/provide the makefile to be used himself.

So I guess what you need is to use the Managed Build projects.

Mikhail

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Stephane ANCELOT
Sent: Wednesday, September 13, 2006 8:24 PM
To: CDT General developers list.
Subject: [cdt-dev] standard versus managed c++ projects

Hi,
I would like to make projects , but I do not want to worry about 
makefiles and include directives and linkers settings.

I would like a "plug and play" use (easiest as possible)

Do I Have to choose standard or managed projects ?????
Best Regards
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top