Searched refs:_STLP_USE_DYNAMIC_LIB (Results 1 - 14 of 14) sorted by relevance

/external/stlport/stlport/stl/config/
H A D_detect_dll_or_lib.h2 * _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 macro
21 # define _STLP_USE_DYNAMIC_LIB macro
38 # if !defined (_STLP_USE_DYNAMIC_LIB)
39 # define _STLP_USE_DYNAMIC_LIB macro
49 # if !defined(_STLP_USE_DYNAMIC_LIB)
72 #if !defined (_STLP_USE_DYNAMIC_LIB) && !defined (_STLP_USE_STATIC_LIB)
H A Dhost.h31 #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
H A D_feedback.h30 # if defined (_STLP_USE_DYNAMIC_LIB)
37 # if defined (_STLP_USE_DYNAMIC_LIB)
H A D_auto_link.h27 # if defined (_STLP_USE_DYNAMIC_LIB)
41 # if defined (_STLP_USE_DYNAMIC_LIB)
H A D_gcc.h66 # if !defined (_STLP_USE_DYNAMIC_LIB)
67 # define _STLP_USE_DYNAMIC_LIB macro
80 # if !defined (_STLP_USE_DYNAMIC_LIB)
81 # define _STLP_USE_DYNAMIC_LIB macro
H A D_intel.h56 # undef _STLP_USE_DYNAMIC_LIB macro
H A D_dm.h106 #if defined (_STLP_USE_DYNAMIC_LIB)
H A D_msvc.h223 (defined (_STLP_USE_DYNAMIC_LIB) || \
231 #if defined (_STLP_USE_DYNAMIC_LIB)
H A D_bc.h123 #if defined (_STLP_USE_DYNAMIC_LIB)
H A Dfeatures.h933 # undef _STLP_USE_DYNAMIC_LIB macro
/external/stlport/stlport/stl/
H A D_stdexcept_base.h54 defined (_STLP_USE_DYNAMIC_LIB) && defined (_STLP_USING_CROSS_NATIVE_RUNTIME_LIB)
/external/stlport/test/unit/cppunit/
H A Dtest_main.cpp128 (_STLP_MSVC_LIB < 1300) && defined (_STLP_USE_DYNAMIC_LIB)
/external/stlport/src/
H A Dallocators.cpp182 #if defined (_STLP_LEAKS_PEDANTIC) && defined (_STLP_USE_DYNAMIC_LIB)
/external/stlport/
H A Dconfigure.bat149 echo "--with-static-rtl -> _STLP_USE_DYNAMIC_LIB"

Completed in 1756 milliseconds