fix bat
This commit is contained in:
@@ -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
|
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%
|
if defined SDK_QT5_DIR set Qt5_DIR=%SDK_QT5_DIR%%ARCH%
|
||||||
cd cmake && ^
|
if not exist ..\shstk_build_win%ARCH% mkdir ..\shstk_build_win%ARCH%
|
||||||
call install.bat && ^
|
|
||||||
cd .. && ^
|
|
||||||
if not exist ..\shstk_build_win%ARCH% mkdir ..\shstk_build_win%ARCH% && ^
|
|
||||||
cd ..\shstk_build_win%ARCH% && ^
|
cd ..\shstk_build_win%ARCH% && ^
|
||||||
cmake_mgw -DQGLVIEW=1 -DQGLENGINE=1 -DQT4=0 ../shstk && ^
|
cmake_mgw -DQGLVIEW=1 -DQGLENGINE=1 -DQT4=0 ../shstk && ^
|
||||||
make install -j%JOBS_COUNT% && ^
|
make install -j%JOBS_COUNT% && ^
|
||||||
|
|||||||
Reference in New Issue
Block a user