Connecting Tech Pros Worldwide Forums | Help | Site Map

interesting makefile issue

call_me_anything
Guest
 
Posts: n/a
#1: Sep 3 '07
hi,

We have a big project thats built on several platforms and has a huge
number of files - common and platform specific files.
It compiles well if compiled through command line by its makefile.
But we would like to use some c/c++ IDE like Dev-C++ to ease the
development process.
Problem is to add all the files spread all over the place to the Dev-C+
+ project, including the windows specific ones and excluding the
others.
Can I instruct Dev-C++ to do all this automatically for me by just
looking at the "all" target of the makefile ?
Can it be done through some other IDE ?
Or is there some makefile helper tool out there which can bridge the
gap between makefile and the IDE ?


Ian Collins
Guest
 
Posts: n/a
#2: Sep 3 '07

re: interesting makefile issue


call_me_anything wrote:
Quote:
hi,
>
We have a big project thats built on several platforms and has a huge
number of files - common and platform specific files.
It compiles well if compiled through command line by its makefile.
But we would like to use some c/c++ IDE like Dev-C++ to ease the
development process.
Then you'd better ask in a group where Dev-C++ it topical. We discuss
the C++ language here, not tools.

--
Ian Collins.
SasQ
Guest
 
Posts: n/a
#3: Sep 3 '07

re: interesting makefile issue


On Mon, 03 Sep 2007 08:03:28 +0000, call_me_anything wrote:
Quote:
Problem is to add all the files spread all over the
place to the Dev-C++ project, including the windows
specific ones and excluding the others.
Can I instruct Dev-C++ to do all this automatically
for me by just looking at the "all" target of the
makefile?
I think in Dev-C++ the only way is to make several
project files, separate for every target.
Quote:
Can it be done through some other IDE ?
Yes, Code::Blocks . http://codeblocks.org/

--
SasQ
Closed Thread