Final version of scripts for Android cross-compilation on Windows.

This commit is contained in:
Andrey Kamaev
2011-05-10 13:35:20 +00:00
parent 0f6b8002dc
commit 6facf8ba3b
4 changed files with 98 additions and 96 deletions

View File

@@ -1,5 +1,7 @@
@ECHO OFF
SETLOCAL
PUSHD %~dp0
SET PROJECT_NAME=android-opencv
CALL ..\scripts\cmake_android.cmd
POPD
CALL ..\scripts\build.cmd %*
POPD
ENDLOCAL