Something went wrong on our end
-
Michal Kravcenko authoredMichal Kravcenko authored
build.bat 178 B
@echo off
set CLEAN_AFTER=no
call clean.bat
cd build_scripts\windows
call win_download_dependencies
set DEPENDENCIES_LINK_TYPE=static
call win_VS_build_x64_debug.bat
cd ..\..