Added my Android build files to iphone branch, added #ifdef ANDROID and fixed some missed includes in sources

This commit is contained in:
pelya
2009-11-24 12:19:54 +02:00
parent 3ff5d0c693
commit 6962202361
2079 changed files with 478697 additions and 9 deletions

View File

@@ -0,0 +1,15 @@
The cygwin platform is used to build STLport with different compilers.
- gcc (native compiler):
Makefile : gcc.mak
WARNING : If you use the static version of the STLport
libraries you have to define the _STLP_USE_STATIC_LIB
macro in order to have your executable linked correctly.
To build STLport libraries that do not depend on cygwin1.dll
making them freely redistributable use the --no-cygwin configuration
option.
- Borland C++ compiler