Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CDT 4.x.x createCDTProject question

Hello,

I have managed to plugin depenening on cdt ... from this plugin i can create a CDT project (by calling createCDTProject) ... I can add new folders, and c files to the project.

I was wondering if someone could give me a little guidance/help on my next steps which are:

- create a makefile
- associate it with the project and have the project build using it

I am reading the CDT source code for the 4.0 branch in the meantime ...

Thanks again,
Jim


Back to the top