We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d90e690 commit 25cfe2fCopy full SHA for 25cfe2f
1 file changed
prep-cmake.bat
@@ -18,15 +18,13 @@ if not exist %IDASDK%\include\idax\xkernwin.hpp (
18
)
19
20
if "%1"=="clean" (
21
- if exist build rmdir /s /q build
22
if exist build64 rmdir /s /q build64
23
goto :eof
24
25
26
-if not exist build cmake -A x64 -B build -S .
27
if not exist build64 cmake -B build64 -S . -A x64 -DEA64=YES
28
29
-if "%1"=="build" cmake --build build --config Release && cmake --build build64 --config Release
+if "%1"=="build" cmake --build build64 --config Release
30
31
echo.
32
echo All done!
0 commit comments