Skip to content
Snippets Groups Projects
nmake-lib.bat 281 B
Newer Older
Nguyen Anh Quynh's avatar
Nguyen Anh Quynh committed
:: 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