Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » hwo to integrate existing C++ Projects
hwo to integrate existing C++ Projects [message #65151] Tue, 25 March 2003 15:27 Go to next message
Eclipse UserFriend
Originally posted by: borg.borgsoft.de

Hello,
I've already a really complex project, with Makefiles for gnuMake, some
subdirectories, how can I tell CDT to use the my own Makefiles for this
project
and especially the targets of these makefiles.
Re: hwo to integrate existing C++ Projects [message #65804 is a reply to message #65151] Fri, 04 April 2003 10:25 Go to previous message
Guenter Grossberger is currently offline Guenter GrossbergerFriend
Messages: 4
Registered: July 2009
Junior Member
borg@borgsoft.de (Borg Enders) wrote in <b5pshn$pgr$1@rogue.oti.com>:

>I've already a really complex project, with Makefiles for gnuMake, some
>subdirectories, how can I tell CDT to use the my own Makefiles for this
>project
>and especially the targets of these makefiles.

In the project properties you can change the "Build Settings" of the "C/C++
Project". You can use your own build command instead of the default.

As I am developing under Windows I use "nmake -f Makefile.nt" to build my
project with the Microsoft build tools. But I don't know how to add targets
other than editing the Build Command.

--
bye,
G
Previous Topic:Installation
Next Topic:Newbie- Questions
Goto Forum:
  


Current Time: Sun Oct 06 13:10:07 GMT 2024

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

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

Back to the top