Fixed windows build scripts in HelloAndroid sample.
authorAndrey Kamaev <no@email>
Sat, 28 May 2011 19:30:41 +0000 (19:30 +0000)
committerAndrey Kamaev <no@email>
Sat, 28 May 2011 19:30:41 +0000 (19:30 +0000)
android/apps/HelloAndroid/cmake_android.cmd
android/apps/HelloAndroid/run.cmd

index dd71ba8..e43e390 100644 (file)
@@ -2,6 +2,8 @@
 SETLOCAL\r
 PUSHD %~dp0\r
 SET PROJECT_NAME=HelloAndroid\r
+SET BUILD_DIR=build_armeabi\r
+SET ARM_TARGET=armeabi\r
 CALL ..\..\scripts\build.cmd %*\r
 POPD\r
 ENDLOCAL
\ No newline at end of file
index 774a64d..f54b826 100644 (file)
@@ -14,7 +14,10 @@ VERIFY BADVALUE 2>NUL
 SETLOCAL ENABLEEXTENSIONS || (ECHO Unable to enable command extensions. & EXIT \B)\r
 \r
 PUSHD %~dp0\r
+:: project specific settings\r
 SET PROJECT_NAME=HelloAndroid\r
+SET BUILD_DIR=build_armeabi\r
+SET ARM_TARGET=armeabi\r
 \r
 :: try to load config file\r
 SET CFG_PATH=..\..\scripts\wincfg.cmd\r