Updated Android cross-compilation on Windows.

This commit is contained in:
Andrey Kamaev
2011-05-09 23:22:46 +00:00
parent f8e4b10248
commit 4c7a8f8d24
7 changed files with 136 additions and 41 deletions

View File

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