|
@echo off
|
|
call "D:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
|
|
cmake --preset msvc-release > E:\gitea\geopro\configure_output.txt 2>&1
|
|
echo CONFIGURE_EXIT_CODE=%ERRORLEVEL% >> E:\gitea\geopro\configure_output.txt
|