Added my Android build files to iphone branch, added #ifdef ANDROID and fixed some missed includes in sources
This commit is contained in:
15
build/Android/project/jni/stlport/doc/README.cygwin
Normal file
15
build/Android/project/jni/stlport/doc/README.cygwin
Normal 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
|
||||
Reference in New Issue
Block a user