Can I set the "clean" command in Eclipse Neon CDT without manually editing .cproject? -


it seems common problem eclipse cdt on windows eclipse uses windows "del" command perform "clean", while using unix-style paths , rm options. workaround, @ least juno release, force eclipse use gnuutils rm instead: editing .cproject change clean command

i had opposite problem - eclipse insisted on running "del" in project using gnu toolchain , mingw build tools, did not work. therefore, edited .cproject force use of rm.

is way it, in newer releases of eclipse, e.g. neon? expect eclipse has built-in control setting, browsed through project settings , through online without finding any.


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -