Home | History | Annotate | Download | only in doc

Lines Matching full:build

21 To build and use STLport you will need following tools and libraries:
28 In a console window go to the STLport build/lib folder. Run
32 This command will present you the different available build options. Just follow
52 to have the MSVC++ compiler run during the build process. The most important
57 4. Go to the STLport build/lib folder:
58 cd C:\STLport\build\lib
75 STLports 'build/test/unit' folder and type:
105 d : debug build
106 stld: debug build with _STLP_DEBUG (STL safe) mode
107 _x: Build of STLport as a dll but statically link to the native runtime.
108 _static : build of a static library
109 _statix : build of a static library link dynamically to the native runtime.