@echo off pushd "%~dp0%" set CUR_PATH=%PATH% call 3rd_party\CEF\create_release.cmd set PATH=%CUR_PATH% mkdir build mkdir build\release pushd build\release cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_BUILD_TYPE=Release -DSIADRIVE_INSTALL_FOLDER=dist ..\.. cmake --build . --config Release popd pause popd