git-svn-id: svn://db.shs.com.ru/libs@898 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2020-03-24 11:33:09 +00:00
parent 735fea5178
commit 057155a547
2 changed files with 2 additions and 8 deletions

View File

@@ -3,4 +3,4 @@ set ARCH=%~1
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%
mkdir ..\libs_build_win%ARCH%
cd ../libs_build_win%ARCH% && cmake_mgw -Wno-dev -DQGLVIEW=1 -DQT4=0 ../libs && make install -j4 && cd ../libs && pause
cd ../libs_build_win%ARCH% && cmake_mgw -Wno-dev -DQGLVIEW=1 -DQGLENGINE=1 -DQT4=0 ../libs && make install -j4 && cd ../libs && pause