Managed Make Extensions [message #100394] |
Mon, 19 April 2004 18:54 |
Eclipse User |
|
|
|
I'm trying to create a plugin that extends the managed make system to
support a new toolchain.
When extending ManagedBuildInfo, is it possible to have an option shared
between multiple tools? i.e. I would like the same set of options to be
passed to the compiler and linker, but do not want the user to have to
specify them twice.
Also, is it possible to add tools that work on files other than that usually
generated by a C toolchain (i.e. bison .y's or the like)? In my attempts to
add support for this, correct implicit rule is added to the makefile, but
the non c files always seem to end up being added to the CPP_SRCS variable
in the makefile.
I'm working with CDT 2.0 M8.
Cheers,
JonB
|
|
|
Powered by
FUDForum. Page generated in 0.26068 seconds