Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Tool Chain extension
Tool Chain extension [message #88480] Wed, 03 December 2003 03:03
Eclipse UserFriend
Hi
I'm trying to implement a plugin which adds
a description of my target to "ManagedBuildInfo" extension point
my plugin simply adds and integrates some tools into the managed build
system
my tools chain as follow

Preprocessor -> sources=c output=cpp
compiler -> sources=cpp output=S
assembler -> sources=s output=o
makefile rule (*linker -> sources =o output =o)

I have followed the managed build system example
but it seems that i can only have one tool for
the module rule makefile

is there awy to overcome this issue or its something to do
with my implementation.

thax in advance.
Previous Topic:How can I use the CDT to develope the application based on WindowsSDK
Next Topic:Adding to a standard make command
Goto Forum:
  


Current Time: Tue Jun 03 10:14:39 EDT 2025

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

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

Back to the top