add nmake.bat
This commit is contained in:
parent
c978ea26fb
commit
c726ae2273
|
@ -56,10 +56,9 @@ Get CMake for free from http://www.cmake.org.
|
||||||
|
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake -DCMAKE_BUILD_TYPE=RELEASE -G "NMake Makefiles" ..
|
..\nmake.bat
|
||||||
nmake
|
|
||||||
|
|
||||||
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.
|
in the same directory.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue