Skip to content

Commit 25cfe2f

Browse files
committed
Update prep-cmake.bat
IDA 9.0 now only needs a single build
1 parent d90e690 commit 25cfe2f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

prep-cmake.bat

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ if not exist %IDASDK%\include\idax\xkernwin.hpp (
1818
)
1919

2020
if "%1"=="clean" (
21-
if exist build rmdir /s /q build
2221
if exist build64 rmdir /s /q build64
2322
goto :eof
2423
)
2524

26-
if not exist build cmake -A x64 -B build -S .
2725
if not exist build64 cmake -B build64 -S . -A x64 -DEA64=YES
2826

29-
if "%1"=="build" cmake --build build --config Release && cmake --build build64 --config Release
27+
if "%1"=="build" cmake --build build64 --config Release
3028

3129
echo.
3230
echo All done!

0 commit comments

Comments
 (0)