This commit is contained in:
2020-09-07 22:11:56 +03:00
parent e58529750c
commit 0d384c994f

View File

@@ -7,10 +7,7 @@ if defined SDK_JOBS_COUNT (
)
set PATH=%SDK_MINGW_DIR%%ARCH%\bin;%SDK_QT4_DIR%%ARCH%\bin;%SDK_CMAKE_DIR%\bin
if defined SDK_QT5_DIR set Qt5_DIR=%SDK_QT5_DIR%%ARCH%
cd cmake && ^
call install.bat && ^
cd .. && ^
if not exist ..\shstk_build_win%ARCH% mkdir ..\shstk_build_win%ARCH% && ^
if not exist ..\shstk_build_win%ARCH% mkdir ..\shstk_build_win%ARCH%
cd ..\shstk_build_win%ARCH% && ^
cmake_mgw -DQGLVIEW=1 -DQGLENGINE=1 -DQT4=0 ../shstk && ^
make install -j%JOBS_COUNT% && ^