mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-03 12:34:44 +00:00
add nmake.bat
This commit is contained in:
parent
996db1f1a1
commit
f7a3cc2596
@ -57,10 +57,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.
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user