hwo to integrate existing C++ Projects [message #65151] |
Tue, 25 March 2003 10:27  |
Eclipse User |
|
|
|
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 05:25  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03141 seconds