We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cec47a commit 734fe65Copy full SHA for 734fe65
nmake.bat
@@ -2,6 +2,6 @@
2
:: Build Capstone libs (capstone.dll & capstone.lib) on Windows with CMake & Nmake
3
:: By Nguyen Anh Quynh, 2017
4
5
-cmake -DCMAKE_BUILD_TYPE=Release -G "NMake Makefiles" ..
+cmake -DCMAKE_BUILD_TYPE=Release -DCAPSTONE_BUILD_STATIC_RUNTIME=ON -G "NMake Makefiles" ..
6
nmake
7
0 commit comments