capstone-engine / capstone

Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), Alpha, BPF, Ethereum VM, HPPA, LoongArch, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86.
http://www.capstone-engine.org
7.51k stars 1.54k forks source link

capstone_static.vcxproj does not include mapping.c #2433

Closed hsebs closed 1 month ago

hsebs commented 1 month ago

Work environment

Questions Answers
OS/arch/bits Debian arm 64, MacOS AArch64, MacOS x86, Windows x86 etc.
Architecture ppc, x86, cortexm, armv8 etc.
Source of Capstone git clone, brew, pip, release binaries etc.
Version/git commit v5.0.1,

Expected behavior

Actual behavior

Steps to reproduce the behavior

Additional Logs, screenshots, source code, configuration dump, ...

Drag and drop zip archives containing the Additional info here, don't use external services or link. Screenshots can be directly dropped here.

Rot127 commented 1 month ago

We are probably going to remove those project files. Visual Studio is very much capable of generating them from the cmake files.

But for the v5 branch this is a welcome fix.

Rot127 commented 1 month ago

Closes by https://github.com/capstone-engine/capstone/pull/2434