0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-20 03:52:27 +02:00

Move build files to misc directory

--HG--
rename : build-native.bat => misc/build-native.bat
rename : build-native.sh => misc/build-native.sh
rename : fetchtranslations.sh => misc/fetchtranslations.sh
This commit is contained in:
Arne Schwabe 2013-05-29 22:05:39 +02:00
parent 0ccf804fb6
commit f7bcff4ce6
4 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ svn co http://google-breakpad.googlecode.com/svn/trunk/ google-breakpad
- Install ndk (Version 8d gives strange linker errors, use 8b for now) - Install ndk (Version 8d gives strange linker errors, use 8b for now)
- Make sure that ndk-build is in your build path. - Make sure that ndk-build is in your build path.
Do ./build-native.(sh|bat) in the root directory of the project. Do ./misc/build-native.(sh|bat) in the root directory of the project.
You may need to refresh the project and clean the project in eclipse You may need to refresh the project and clean the project in eclipse
to have the libraries included the resulting apk. to have the libraries included the resulting apk.