Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
please update me with this feature is feasible and able implement , i f yes, please suggest me with sudo code .asap – Anil Kumar Aug 8 '12 at 18:03

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.