Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » creating a C project and adding to its build spec my own builder???
creating a C project and adding to its build spec my own builder??? [message #75324] Tue, 08 July 2003 11:28 Go to next message
Eclipse UserFriend
Originally posted by: shilpagu.noida.hcltech.com

i m new to CDT.
i need to create a C project and add to its build spec, a builder of my
own in addition to the default C builder.
now since no cdt help is available, i dont know anything bout CDT API. how
do i move on?
like as in case of Java, we can simply create an instance of type
IJavaProject and add to its build spec our builders and so on and move.
can something similar be done in case of C also?
some source code is available on the cdt home page but could someone just
give me a direction in which to move.
Re: creating a C project and adding to its build spec my own builder??? [message #75748 is a reply to message #75324] Tue, 15 July 2003 20:52 Go to previous message
Eclipse UserFriend
Originally posted by: alain.nowhere.ca

Shilpa wrote:

> i m new to CDT.
> i need to create a C project and add to its build spec, a builder of my
> own in addition to the default C builder.
> now since no cdt help is available, i dont know anything bout CDT API. how
> do i move on?
> like as in case of Java, we can simply create an instance of type
> IJavaProject and add to its build spec our builders and so on and move.
> can something similar be done in case of C also?
> some source code is available on the cdt home page but could someone just
> give me a direction in which to move.

you can do that now at the Eclipse level. Look at IProjectDescription
or the article on Eclipse builder, it is a detail article on how
to add/remove new builders.
Previous Topic:where will i find some help regarding C nature, some src code or some help???
Next Topic:Which plugins should i use
Goto Forum:
  


Current Time: Sat Oct 19 16:05:57 GMT 2024

Powered by FUDForum. Page generated in 0.03274 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top