1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

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
@@ -0,0 +1,7 @@
@ECHO OFF
SETLOCAL
PUSHD %~dp0
SET PROJECT_NAME=OpenCV_SAMPLE
CALL ..\..\scripts\build.cmd %*
POPD
ENDLOCAL