Help for "Clean" command

CodeLite installation/troubleshooting forum
Big dream
CodeLite Curious
Posts: 6
Joined: Wed Aug 06, 2025 1:48 pm
Genuine User: Yes
IDE Question: c++
Contact:

Help for "Clean" command

Post by Big dream »

I changed the project. But I can't rebuild the project because the CLEAN command. I found when executing CLEAN command there is error -1073741511. CLEAN command actually executes "rm -f -r". But my platform is win7. Is "rm" used in powershell? Maybe it needs to be changed to "del". But how to change it? Where to set it up in codelite?