Eclipse CDT clean fails on Windows: tries to run rm -rf

后端 未结 5 1006

I am using Juno with CDT on Windows 7. When I try to clean a project using the internal builder or make provided by MinGW, Eclipse runs the *X command rm -rf and the cl

5条回答
  •  旧时难觅i
    2021-01-20 05:47

    Turns out there's an attribute in the .cproject file xml the controls the clean command.

    Look for the configuration tag, and set the cleanCommand attribute to what you want. I've set it to rm -rf and used gnuutils to support the command on windows.
    You can change the command to whatever.

    
    

提交回复
热议问题