mirror of
https://github.com/keystone-engine/keystone
synced 2026-06-08 15:15:30 +00:00
8 lines
281 B
Batchfile
8 lines
281 B
Batchfile
:: Keystone assembler engine (www.keystone-engine.org)
|
|
:: Build Keystone static library (keystone.lib) on Windows with CMake & Nmake
|
|
:: By Nguyen Anh Quynh, 2016
|
|
|
|
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DLLVM_TARGETS_TO_BUILD="all" -G "NMake Makefiles" ..
|
|
nmake
|
|
|