- Enable STLPort build on MSVC
- Configure STLPort not to generate static constant definitions (which MSVC doesn't like)
- Link C++ modules to stlport and cpprt as appropriate
- Fix comsupp and atl C++ options
CORE-6950

svn path=/trunk/; revision=59290
This commit is contained in:
Thomas Faber
2013-06-22 15:57:36 +00:00
parent 77ce0c5663
commit e9df952de3
6 changed files with 11 additions and 9 deletions
@@ -214,7 +214,7 @@
// Uncomment to indicate that the compiler do not like static constant
// definition.
// Meaningfull only if _STLP_STATIC_CONST_INIT_BUG is not defined.
// # define _STLP_NO_STATIC_CONST_DEFINITION
# define _STLP_NO_STATIC_CONST_DEFINITION
// Define if default constructor for builtin integer type fails to initialize it to 0
// In expression like new(&char) char():