Updated NDK default paths for version r5c

This commit is contained in:
Andrey Kamaev
2011-06-16 20:25:15 +00:00
parent 206aa50f86
commit 092beae2d5
2 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
:: variables required for OpenCV build ::
:: Note: all pathes should be specified without tailing slashes!
SET ANDROID_NDK=C:\full\path\to\your\copy\of\android\NDK\android-ndk-r5b
SET ANDROID_NDK=C:\full\path\to\your\copy\of\android\NDK\android-ndk-r5c
SET CMAKE_EXE=C:\full\path\to\cmake\utility\cmake.exe
SET MAKE_EXE=C:\full\path\to\native\port\of\make\utility\make.exe