Added simple command line sample for Android

This commit is contained in:
Andrey Kamaev
2011-05-11 22:46:17 +00:00
parent 5e4ca22737
commit 6aea54e308
6 changed files with 153 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
@ECHO OFF
SETLOCAL
PUSHD %~dp0
SET PROJECT_NAME=HelloAndroid
CALL ..\..\scripts\build.cmd %*
POPD
ENDLOCAL