How to use external makefile in Eclipse
Posted
by Morpheus
on Stack Overflow
See other posts from Stack Overflow
or by Morpheus
Published on 2010-03-31T05:12:50Z
Indexed on
2010/03/31
5:13 UTC
Read the original article
Hit count: 467
Hi all!
I have a source code of an OpenSource project which I get from SVN. I was able to run autogen --> configure --> and make successfully (through the terminal). But I want to build the same project with Eclipse, and I can't port manually those source files to eclipse though. So, How can I set Eclipse to use external make files ? can anyone please help me ? Thanks.
© Stack Overflow or respective owner