add nmake.bat
This commit is contained in:
parent
bb6e792f03
commit
4b86d85e50
|
@ -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…
Reference in New Issue