Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Managed Make Extensions
Managed Make Extensions [message #100394] Mon, 19 April 2004 18:54
Eclipse UserFriend
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
Previous Topic:Error Parser
Next Topic:Slowdown with large projects
Goto Forum:
  


Current Time: Fri Jul 18 01:25:05 EDT 2025

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

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

Back to the top