Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] How to tell if a project is a Makefile project

Hi,

With CDT4, makefile projects and managed make projects were merged, so both types now have project nature of org.eclipse.cdt.managedbuilder.core.managedBuildNature"

So, I have a couple of questions:
1. How can I tell if a project is *really* a makefile project?
2. I have added a custom page to the NewCProjectWizard. How do I prevent my page being called for a makefile project? The settings are irrelevant (and potentially dangerous) for a makefile project.

Thanks,

--
Derek


Back to the top