Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Extending CDT for our toolchain

On Sat, Jul 25, 2009 at 9:56 AM, Miguel Angel<miguelangel@xxxxxx> wrote:
> I must admit that we're a little bit lost because most
> information we could find it's about CDT 2.0 or CDT 3.0.
> There's some guide/doc explaining the process to extend CDT for gcc toolchains?

By trial and error, I ended up doing this in order to add a -framework
to the linker:

http://code.google.com/p/objectiveclipse/source/browse/trunk/org.eclipse.cdt.objc.core/plugin.xml

Look for the section 'objc.cdt.managed.build.info' ... not a lot of
help, I know, but that's how it worked.

Alex


Back to the top