blob: 516dfbf5ccf1b7c9964c94bf0f35563f697105dd [file] [log] [blame]
Nguyen Anh Quynhc62fe102017-05-09 22:58:23 +08001:: Capstone disassembler engine (www.capstone-engine.org)
Nguyen Anh Quynh2266e672017-05-21 21:33:47 -07002:: Build Capstone libs for X86 only (capstone.dll & capstone.lib) on Windows with CMake & Nmake
Nguyen Anh Quynhc62fe102017-05-09 22:58:23 +08003:: By Nguyen Anh Quynh, 2017
4
Nguyen Anh Quynh2266e672017-05-21 21:33:47 -07005:: cmake -DCMAKE_BUILD_TYPE=Release -DCAPSTONE_BUILD_DIET=ON -DCAPSTONE_ARM_SUPPORT=0 -DCAPSTONE_ARM64_SUPPORT=0 -DCAPSTONE_M68K_SUPPORT=0 -DCAPSTONE_MIPS_SUPPORT=0 -DCAPSTONE_PPC_SUPPORT=0 -DCAPSTONE_SPARC_SUPPORT=0 -DCAPSTONE_SYSZ_SUPPORT=0 -DCAPSTONE_XCORE_SUPPORT=0 -DCAPSTONE_TMS320C64X_SUPPORT=0 -DCAPSTONE_BUILD_STATIC_RUNTIME=OFF -G "NMake Makefiles" ..
6
7cmake -DCMAKE_BUILD_TYPE=Release -DCAPSTONE_ARM_SUPPORT=0 -DCAPSTONE_ARM64_SUPPORT=0 -DCAPSTONE_M68K_SUPPORT=0 -DCAPSTONE_MIPS_SUPPORT=0 -DCAPSTONE_PPC_SUPPORT=0 -DCAPSTONE_SPARC_SUPPORT=0 -DCAPSTONE_SYSZ_SUPPORT=0 -DCAPSTONE_XCORE_SUPPORT=0 -DCAPSTONE_TMS320C64X_SUPPORT=0 -DCAPSTONE_BUILD_STATIC_RUNTIME=OFF -G "NMake Makefiles" ..
8
Nguyen Anh Quynhc62fe102017-05-09 22:58:23 +08009nmake
10