Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » value of $(OBJS) macro
value of $(OBJS) macro [message #180588] Tue, 05 December 2006 00:59 Go to next message
Eclipse UserFriend
hi there,
where do I find the values of $(OBJS) macro in the source code, I got
the values of $(LIBS) & $(USER_OBJS) in GnuMakefileGenerator.java file but
I am able to find values of $(OBJS).

please help me,

Thanks in Advance
parag
Re: value of $(OBJS) macro [message #180685 is a reply to message #180588] Wed, 06 December 2006 11:29 Go to previous messageGo to next message
Eclipse UserFriend
hi,
did u find a solution ?
i have the same problem coz i need to modify $(OBJS) for my custom command
line generator.

best regards
Re: value of $(OBJS) macro [message #180748 is a reply to message #180685] Thu, 07 December 2006 03:50 Go to previous message
Eclipse UserFriend
Yes Patrick, I got the ans.
You can get value of $(OBJS) in GnuMakefileGenerator.java in
addSources(...) method at

// Visit the resources in this folder and add each one to a sources macro,
and generate a build rule, if appropriate
IResource[] resources = module.members();

Now you can get all the values from resources values.

Cheers..
parag
Previous Topic:Same launch configuration for more projects?
Next Topic:Clean Project is followed by a Build Project??
Goto Forum:
  


Current Time: Fri Aug 29 06:24:34 EDT 2025

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

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

Back to the top