capstone
capstone copied to clipboard
Remove MSVC specific build files.
Feature
- [ ] New architecture module
- [ ] Support for processor extension
- [ ] Add more instruction details (elaborated below)
- [ ] Binding support for:
language - [x] Other (elaborated below)
Describe the feature you'd like We can remove all MSVC specific build files. CMake can handle Windows builds just fine. And they contain a lot of duplicate and outdated stuff.
Additional context
Would address issues like this: https://github.com/capstone-engine/capstone/issues/2317