Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Managed project, multiple output libraries and or executables
Managed project, multiple output libraries and or executables [message #211156] Wed, 05 March 2008 15:43 Go to next message
Eclipse UserFriend
Originally posted by: Jamesceddy.gmail.net

Greetings,

I have a large existing project that I am working on porting to an eclipse
project. The existing format is something of the form:
/prj/src/ToolA
/prj/src/ToolB

Where ToolA and ToolB both compile to shared objects. Now putting this
into a makefile project was pretty easy. But what if I want the project to
become a managed makefile project? I don't want to make "ToolA" and
"ToolB" into eclipse projects because there are just too many of them. It
would be nice if "prj" had subproject "ToolA" which compiled to
libToolA.so and "ToolB" that compiles to "libToolB.so". Is there a way to
have a single "managed make" eclipse project create multiple
executables/share objects without creating my own makefiles?

Many Thanks!
Re: Managed project, multiple output libraries and or executables [message #211304 is a reply to message #211156] Fri, 07 March 2008 13:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jamesceddy.gmail.com

I'm guessing this can't be done...
Re: Managed project, multiple output libraries and or executables [message #211679 is a reply to message #211304] Tue, 11 March 2008 10:31 Go to previous message
Eclipse UserFriend
Originally posted by: deam_38.yahoo.fr

J Eddy wrote:

> I'm guessing this can't be done...


I guess too...

I was looking for such feature in C/C++ Managed projects as it is done for
Java projects in JDT... in vain... Can't find in project's settings a way
to do it.
Previous Topic:cdt deactivates my plugin
Next Topic:aptBuild
Goto Forum:
  


Current Time: Tue May 06 02:22:51 EDT 2025

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

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

Back to the top