Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Setting Libraries and Library Path API?
Setting Libraries and Library Path API? [message #198090] Tue, 24 July 2007 09:13 Go to next message
Eclipse UserFriend
Hi, I need API to set Library Paths and used Libraries for C/C++ Project.
Does such API exist, I'd tried to investigate ICProject but have failed.
----
Sergey Gomanyuk
Re: Setting Libraries and Library Path API? [message #198145 is a reply to message #198090] Tue, 24 July 2007 11:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dmsubs.NOSPAM.consertum.com

I suggest you start by looking in the Managed Build System Extensibility
Document. This is provided in the CDT SDK help (which you should have installed).

Also, look at the source to the class ManagedBuildManager.

There is not a lot of documentation in this area...

--
Derek


Sergey Gomanyuk wrote:
> Hi, I need API to set Library Paths and used Libraries for C/C++ Project.
> Does such API exist, I'd tried to investigate ICProject but have failed.
> ----
> Sergey Gomanyuk
>
>
Re: Setting Libraries and Library Path API? [message #198202 is a reply to message #198145] Wed, 25 July 2007 06:08 Go to previous messageGo to next message
Eclipse UserFriend
I've already read Managed Build System Extensibility Document. But it
contains info about how to made your own tool-chain configuration. I need
only change Library Path and used Libraries of already created C project. I
tried to investigate ManagedBuildManager but to my mind it contains
interface for reading already defined managed build configurations but not
for customizing C project. So I still need some points....

"Derek Morris" <dmsubs@NOSPAM.consertum.com> wrote in message
news:f855fc$nds$1@build.eclipse.org...
>I suggest you start by looking in the Managed Build System Extensibility
>Document. This is provided in the CDT SDK help (which you should have
>installed).
>
> Also, look at the source to the class ManagedBuildManager.
>
> There is not a lot of documentation in this area...
>
> --
> Derek
>
>
> Sergey Gomanyuk wrote:
>> Hi, I need API to set Library Paths and used Libraries for C/C++ Project.
>> Does such API exist, I'd tried to investigate ICProject but have failed.
>> ----
>> Sergey Gomanyuk
Re: Setting Libraries and Library Path API? [message #198226 is a reply to message #198202] Wed, 25 July 2007 11:15 Go to previous message
Eclipse UserFriend
Finally, I understood how to do it. See attached sample.
-----
Sergey Gomanyuk

"Sergey Gomanyuk" <sergg@ispras.ru> wrote in message
news:f877jq$53e$1@build.eclipse.org...
> I've already read Managed Build System Extensibility Document. But it
> contains info about how to made your own tool-chain configuration. I need
> only change Library Path and used Libraries of already created C project.
> I tried to investigate ManagedBuildManager but to my mind it contains
> interface for reading already defined managed build configurations but not
> for customizing C project. So I still need some points....
>
> "Derek Morris" <dmsubs@NOSPAM.consertum.com> wrote in message
> news:f855fc$nds$1@build.eclipse.org...
>>I suggest you start by looking in the Managed Build System Extensibility
>>Document. This is provided in the CDT SDK help (which you should have
>>installed).
>>
>> Also, look at the source to the class ManagedBuildManager.
>>
>> There is not a lot of documentation in this area...
>>
>> --
>> Derek
>>
>>
>> Sergey Gomanyuk wrote:
>>> Hi, I need API to set Library Paths and used Libraries for C/C++
>>> Project. Does such API exist, I'd tried to investigate ICProject but
>>> have failed.
>>> ----
>>> Sergey Gomanyuk
>
>




  • Attachment: sample.java
    (Size: 1.53KB, Downloaded 151 times)
Previous Topic:define compiler parametrs per file.
Next Topic:problem debugging socket using eclipse IDE
Goto Forum:
  


Current Time: Fri May 09 06:57:02 EDT 2025

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

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

Back to the top