Newer
Older
@echo off

Michal Kravcenko
committed
set CLEAN_AFTER=no

Michal Kravcenko
committed
call clean.bat

Michal Kravcenko
committed
cd build_scripts\windows
call win_download_dependencies
set DEPENDENCIES_LINK_TYPE=static

Michal Kravcenko
committed
call win_VS_build_x64_debug.bat
cd ..\..