Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] adding toolchain, include paths in custom wizard

You should first integrate your tool chain into CDT (see documentation CDT Plugin development Guide). If  you just want to use your own toolchain staying with CDT framework, after correct integration your tool chain should be available in New C/C++ project wizard. Otherwise follow the example you can find in managedbuilder.ui plugin (wizards package)


On 05/09/2008 4:00 PM, Aleksandr Kravets wrote:
Hi,

I have my own wizard that extends NewCProjectWizard. I also have a toolchain defined that creates a CDT project with my toolchain and include paths that are releavant to my type of project. In my custom wizard I want to add toolchain (if that's the right term), include paths, etc.. everything that CDT's wizard would do. Can someone point to the right direction on accomplishing this?

thanks,
Alex

_______________________________________________ cdt-dev mailing list cdt-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top