adding cmake based android scripts and a reusable android library - samples to follow - haven't tested yet completely

This commit is contained in:
Ethan Rublee
2010-09-22 01:47:11 +00:00
parent bd829b8f7c
commit fbac20273c
66 changed files with 13419 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
changes
added some specific CMakeLists.txt changes see the changes.diff for these
basically see
mbstowcs is not supported - so see had to
#ifndef ANDROID
string fromUtf16(const WString& str)
WString toUtf16(const string& str)
#endif
ANDROID is always defined when building with the ndk
_S is a bad variable name for android...
added the zlib-android - because i couldn't figure out how to configure the
existing zlib in 3rdparty