Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » multiple targets with managed project cdt
multiple targets with managed project cdt [message #163372] Tue, 07 February 2006 12:40 Go to next message
Eclipse UserFriend
Originally posted by: guido009.gmx.de

Hello,

it is possible to define multiple targets with a managed c++ project? I
don't know how it works.

Thanks

Guido
Re: multiple targets with managed project cdt [message #168226 is a reply to message #163372] Sun, 16 April 2006 21:57 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 4
Registered: July 2009
Junior Member
After searching for the answer for this same question for hours I
managed to find out that:
This can not be done and it is against the concept of Managed Make
projects - one binary per project!
If you want multiple binaries then you'll need to use a Standard Make
project or create multiple Managed Make projects each for every
individual binary you want to have (and use inter-project dependencies)
or for the extremes - write your own Makefile Builder (and then please
put it somewhere on the net, you are not the only one that wants to have
it).


gw


Guido wrote:
> Hello,
>
> it is possible to define multiple targets with a managed c++ project? I
> don't know how it works.
>
> Thanks
>
> Guido
>
Re: multiple targets with managed project cdt [message #715231 is a reply to message #163372] Fri, 12 August 2011 21:05 Go to previous message
David Johansen is currently offline David JohansenFriend
Messages: 1
Registered: August 2011
Junior Member
You can accomplish this sort of result by making a separate build configuration for each executable and then excluding the other files with the main() function from each configuration.
Previous Topic:CDT Install Halted
Next Topic:Eclipse C/C++ Remote Debugging
Goto Forum:
  


Current Time: Sat Apr 27 02:34:39 GMT 2024

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

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

Back to the top