Lines Matching refs:stlport
4 REM * configure.bat for setting up compiling STLport under Windows
13 echo STLport Configuration Tool for Windows
26 echo # STLport Configuration Tool for Windows > build\Makefiles\nmake\config.mak
82 REM build without STLport
83 if "%1" == "--without-stlport" goto no_sport
121 echo You must run the WCE*.BAT file you wish to build STLport for before
127 echo Build STLport for the specified platform. Not all existing platforms are
128 echo available, only the ones that make a difference when building STLport are.
142 echo C/C++ runtime library when linking with STLport. If you want your appli/dll
143 echo to link statically with STLport but using the dynamic C runtime use
144 echo --with-dynamic-rtl; if you want to link dynamicaly with STLport but using the
147 echo stlport/stl/config/host.h set the following macro depending on the configure
155 echo specific workaround not directly implemented by STLport. To use the same
156 echo support when using STLport for your application don't forget to define
157 echo _STLP_USE_BOOST_SUPPORT in stlport/stl/config/user_config.h file.
160 echo Per default STLport libraries are built in order to be usable in a multithreaded
181 echo Do not forget to define _STLP_LIB_NAME_MOTIF macro in STLport configuration file
185 echo "--without-stlport"
186 echo Option specially targetting build of the unit tests project without STLport. This
188 echo your compiler with STLport.
496 echo Selecting static C runtime library for STLport
501 echo Selecting dynamic C runtime library for STLport
585 REM * Build without STLport
589 echo Configured to build without STLport
603 echo STLport configuration file removed.
620 echo Done configuring STLport.
623 echo install STLport to the "lib" and "bin" folders.