Merge branch 'test3' into next
diff --git a/nmake-x86.bat b/nmake-x86.bat
new file mode 100644
index 0000000..18fd120
--- /dev/null
+++ b/nmake-x86.bat
@@ -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 SUPPORTED_ARCHITECTURES=X86 -G "NMake Makefiles" ..
+nmake
+