i am newly working on CDT in Eclipse ,where i have requirement for MBS and Standard Make c/C++ projects,will have a custom build option in Project context menu ,like "Cadvise PDB Generate" in context menu, when click on this option ,for MBS C/C++ project custom build will be find in make file and execute the target as normal "clean" and "build".
Where as standard make c/C++ projects target will be created and executed in some custom classes.please suggest the best way to implement.