Commit 2f3b75c8 authored by Andrey Kamaev's avatar Andrey Kamaev

Fixed windows build scripts in HelloAndroid sample.

parent 166bfdda
......@@ -2,6 +2,8 @@
SETLOCAL
PUSHD %~dp0
SET PROJECT_NAME=HelloAndroid
SET BUILD_DIR=build_armeabi
SET ARM_TARGET=armeabi
CALL ..\..\scripts\build.cmd %*
POPD
ENDLOCAL
\ No newline at end of file
......@@ -14,7 +14,10 @@ VERIFY BADVALUE 2>NUL
SETLOCAL ENABLEEXTENSIONS || (ECHO Unable to enable command extensions. & EXIT \B)
PUSHD %~dp0
:: project specific settings
SET PROJECT_NAME=HelloAndroid
SET BUILD_DIR=build_armeabi
SET ARM_TARGET=armeabi
:: try to load config file
SET CFG_PATH=..\..\scripts\wincfg.cmd
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment