Skip to content
Snippets Groups Projects
Commit 2c9d329a authored by Nguyen Anh Quynh's avatar Nguyen Anh Quynh
Browse files

remove 'rmdir /S/Q' from nmake-*.bat

parent 7a710e0b
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,6 @@
:: Build Keystone DLL (keystone.dll) on Windows with CMake & Nmake
:: By Nguyen Anh Quynh, 2016
rmdir /S /Q .
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD="all" -G "NMake Makefiles" ..
nmake
......@@ -2,7 +2,6 @@
:: Build Keystone static library (keystone.lib) on Windows with CMake & Nmake
:: By Nguyen Anh Quynh, 2016
rmdir /S /Q .
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DLLVM_TARGETS_TO_BUILD="all" -G "NMake Makefiles" ..
nmake
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment