HomeSort by relevance Sort by last modified time
    Searched refs:_STLP_USE_DYNAMIC_LIB (Results 1 - 14 of 14) sorted by null

  /external/stlport/stlport/stl/config/
_detect_dll_or_lib.h 2 * _STLP_USE_DYNAMIC_LIB: To signal use STLport as a dll or build of the
8 * If _STLP_USE_DYNAMIC_LIB or _STLP_USE_STATIC_LIB is alreday defined it means that
17 # undef _STLP_USE_DYNAMIC_LIB
21 # define _STLP_USE_DYNAMIC_LIB
38 # if !defined (_STLP_USE_DYNAMIC_LIB)
39 # define _STLP_USE_DYNAMIC_LIB
49 # if !defined(_STLP_USE_DYNAMIC_LIB)
72 #if !defined (_STLP_USE_DYNAMIC_LIB) && !defined (_STLP_USE_STATIC_LIB)
host.h 31 #if !defined(_STLP_USE_DYNAMIC_LIB) && !defined(_STLP_USE_STATIC_LIB)
33 * Turn _STLP_USE_DYNAMIC_LIB to enforce use of .dll version of STLport library.
42 #define _STLP_USE_DYNAMIC_LIB
_feedback.h 30 # if defined (_STLP_USE_DYNAMIC_LIB)
37 # if defined (_STLP_USE_DYNAMIC_LIB)
_auto_link.h 27 # if defined (_STLP_USE_DYNAMIC_LIB)
41 # if defined (_STLP_USE_DYNAMIC_LIB)
_gcc.h 66 # if !defined (_STLP_USE_DYNAMIC_LIB)
67 # define _STLP_USE_DYNAMIC_LIB
80 # if !defined (_STLP_USE_DYNAMIC_LIB)
81 # define _STLP_USE_DYNAMIC_LIB
_intel.h 56 # undef _STLP_USE_DYNAMIC_LIB
_dm.h 106 #if defined (_STLP_USE_DYNAMIC_LIB)
_msvc.h 223 (defined (_STLP_USE_DYNAMIC_LIB) || \
231 #if defined (_STLP_USE_DYNAMIC_LIB)
_bc.h 123 #if defined (_STLP_USE_DYNAMIC_LIB)
features.h 933 # undef _STLP_USE_DYNAMIC_LIB
    [all...]
  /external/stlport/stlport/stl/
_stdexcept_base.h 53 defined (_STLP_USE_DYNAMIC_LIB) && defined (_STLP_USING_CROSS_NATIVE_RUNTIME_LIB)
  /external/stlport/test/unit/cppunit/
test_main.cpp 128 (_STLP_MSVC_LIB < 1300) && defined (_STLP_USE_DYNAMIC_LIB)
  /external/stlport/src/
allocators.cpp 182 #if defined (_STLP_LEAKS_PEDANTIC) && defined (_STLP_USE_DYNAMIC_LIB)
    [all...]
  /external/stlport/
configure.bat 149 echo "--with-static-rtl -> _STLP_USE_DYNAMIC_LIB"

Completed in 115 milliseconds