| [news.eclipse.tools.cdt] Re: fun with paths in eclipse |
Tim Black wrote:
The problem lies in properly specifying path information in the "Buildcommand" in the "Modify Make Target" dialog. The only way I've gotten it to work is to put the full, absolute path in there, like follows:
make -C /cygdrive/c/ProjectRoot/SubFolder1/shared project without changing all the "Build Command" settings.
This is of course, horrible, because none of my colleagues can use this
I had first tried a "Build Command" like:project. But this doesn't work. By the way, all of the above work fine if I cd to ProjectRoot and type the same command at the cygwin command line.
make -C SubFolder1/
thinking eclipse would understand I meant relative to the top-level of the
Andrew