android/win build ok

This commit is contained in:
2020-09-06 22:51:29 +03:00
parent 87cd43a913
commit e86cca495f
7 changed files with 27 additions and 136 deletions

View File

@@ -1,6 +1,6 @@
@echo off
mkdir ..\libs_build_android_%~1
cd ..\libs_build_android_%~1
call ..\libs\cmake_android 21 %~1 ..\libs "-DUTILS=0 -DDEBUG=0 -DCMAKE_BUILD_TYPE=Release"
mkdir ..\shstk_build_android_%~1
cd ..\shstk_build_android_%~1
call ..\shstk\cmake\cmake_android 21 %~1 ..\shstk "-DUTILS=0 -DCMAKE_BUILD_TYPE=Release"
call make install -j4
cd ..\libs
cd ..\shstk