mirror of
https://github.com/capstone-engine/capstone
synced 2026-08-11 16:26:07 -04:00
add nmake.bat
This commit is contained in:
parent
d786983104
commit
fbfa991cae
2 changed files with 9 additions and 3 deletions
|
|
@ -56,10 +56,9 @@ Get CMake for free from http://www.cmake.org.
|
|||
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -DCMAKE_BUILD_TYPE=RELEASE -G "NMake Makefiles" ..
|
||||
nmake
|
||||
..\nmake.bat
|
||||
|
||||
After this, find the samples test*.exe, libcapstone_static.lib & libcapstone.dll
|
||||
After this, find the samples test*.exe, capstone.lib & capstone.dll
|
||||
in the same directory.
|
||||
|
||||
|
||||
|
|
|
|||
7
nmake.bat
Normal file
7
nmake.bat
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
:: Capstone disassembler engine (www.capstone-engine.org)
|
||||
:: Build Capstone libs (capstone.dll & capstone.lib) on Windows with CMake & Nmake
|
||||
:: By Nguyen Anh Quynh, 2017
|
||||
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -G "NMake Makefiles" ..
|
||||
nmake
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue