Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] How to set includes and smybols automatically for newproject

Hi Patrick,

Have a look at org.eclipse.cdt.make.core.ScannerConfigurationDiscoveryProfile and how it is used within the CDT.

If your compiler provides similar functionality than the gcc, you can even reuse the required classes from the CDT and you just need to customize the compiler command.

Jens

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of patrick.schmitt@xxxxxxx
Sent: Friday, August 29, 2008 12:59
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] How to set includes and smybols automatically for newproject

Hello guys,
when i create new project for my custom compiler plugin,i need to set automatically include paths and symbols in the c/c++ general settings.
is there an extension point which get invoked when creating new project to make some basic settings ?
Greets
Patrick
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top