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

This commit is contained in:
2020-01-19 20:29:11 +00:00
parent 88a45580a1
commit a17a46db40
7 changed files with 2274 additions and 225 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 ../libs && make install -j4 && cd ../libs && pause
cd ../libs_build_win%ARCH% && cmake_mgw -Wno-dev -DQGLVIEW=1 -DQT4=0 ../libs && make install -j4 && cd ../libs && pause