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
Post a Comment