Skip to content

Commit 734fe65

Browse files
committed
nmake.bat: build with static runtime
1 parent 5cec47a commit 734fe65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nmake.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
:: Build Capstone libs (capstone.dll & capstone.lib) on Windows with CMake & Nmake
33
:: By Nguyen Anh Quynh, 2017
44

5-
cmake -DCMAKE_BUILD_TYPE=Release -G "NMake Makefiles" ..
5+
cmake -DCMAKE_BUILD_TYPE=Release -DCAPSTONE_BUILD_STATIC_RUNTIME=ON -G "NMake Makefiles" ..
66
nmake
77

0 commit comments

Comments
 (0)