Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Extending MakeTarget
Extending MakeTarget [message #227750] Mon, 08 December 2008 11:22 Go to next message
Santosh Mising name is currently offline Santosh Mising nameFriend
Messages: 13
Registered: July 2009
Junior Member
Hi,

We have extended the MakeBuilder for building the make targets. In
MakeTarget.getExpandedEnvironmentI(), all the environment variables are
converted to uppercase which we dont want. We want to keep the environment
variable as it is (case sensitive).

Please help me in extending the MakeTarget class so that i can update the
method to my requirement.

Thanks in advance,
Santosh
Re: Extending MakeTarget [message #227868 is a reply to message #227750] Thu, 11 December 2008 08:46 Go to previous message
James Blackburn is currently offline James BlackburnFriend
Messages: 36
Registered: July 2009
Member
Santosh wrote:
> We have extended the MakeBuilder for building the make targets. In
> MakeTarget.getExpandedEnvironmentI(), all the environment variables are
> converted to uppercase which we dont want. We want to keep the
> environment variable as it is (case sensitive).
> Please help me in extending the MakeTarget class so that i can update
> the method to my requirement.

Perhaps file a bug for this?

James
Previous Topic:How do I attach remote application with CDT?
Next Topic:Problem with parallel builds
Goto Forum:
  


Current Time: Sat May 11 00:47:09 GMT 2024

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

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

Back to the top