premake-core
premake-core copied to clipboard
Clean does not delete outputs produced by custom rule in Visual Studio
What seems to be the problem? Basically what the title says.
What did you expect to happen? I expected the clean button to delete all compiled outputs, including ones generated by a custom rule.
How can we reproduce this? Create a premake file with a project that uses a custom rule that generates outputs. Then compile the project (which should generate the outputs) and then clean it. Open the binary folder and you would see the outputs are still there.
- [x] Visual Studio 2022 (vs2022)
- [ ] Visual Studio 2019 (vs2019)
- [ ] Visual Studio 2017 (vs2017)
- [ ] Visual Studio 2015 (vs2015)
- [ ] Visual Studio 2012 (vs2012)
- [ ] Visual Studio 2010 (vs2010)
- [ ] Visual Studio 2008 (vs2008)
- [ ] Visual Studio 2005 (vs2005)
- [ ] GNU Makefile (gmake)
- [ ] GNU Makefile 2 (gmake2)
- [ ] XCode (xcode)
- [ ] Codelite
- [ ] Other (Please list below)
What version of Premake are you using? premake5 (Premake Build Script Generator) 5.0.0-beta2