Sha256: 6b364e8476dc000ce14034f5fb35e94c25b0630f5025cf627364b3f74dab9bc0

Contents?: true

Size: 923 Bytes

Versions: 135

Compression:

Stored size: 923 Bytes

Contents

  The MinGW package is used as to build STLport with different
compilers


  If you use the MSys console take care about what make utility
you are using. STLport comes with a GNU make build system design
for unix like platforms, make files have not been adapted for the
Windows platform. So you have to use the make command coming with
the MinGW package 'mingw32-make' and not the one coming with MSys
that is a portage of the GNU make for Windows.

- gcc (native compiler):

  Makefile : gcc.mak

    WARNING : If you use the static version of the STLport
  libraries you have to define the _STLP_USE_STATIC_LIB
  macro in order to have your executable linked correctly.

    If you want to build STLport using the Mingw package without
  help of the GNU tools coming with Msys don't forget to signal
  your compiler (gcc) using the configure script:

      configure -c gcc

- Borland C++ compiler:

  Makefile : bcc.mak

Version data entries

135 entries across 135 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/shared/stlport/doc/README.mingw
rhodes-7.5.1 platform/shared/stlport/doc/README.mingw
rhodes-7.4.1 platform/shared/stlport/doc/README.mingw
rhodes-7.1.17 platform/shared/stlport/doc/README.mingw
rhodes-6.2.0 platform/shared/stlport/doc/README.mingw
rhodes-6.0.11 platform/shared/stlport/doc/README.mingw
rhodes-5.5.18 platform/shared/stlport/doc/README.mingw
rhodes-5.5.17 platform/shared/stlport/doc/README.mingw
rhodes-5.5.15 platform/shared/stlport/doc/README.mingw
rhodes-5.5.0.22 platform/shared/stlport/doc/README.mingw
rhodes-5.5.2 platform/shared/stlport/doc/README.mingw
rhodes-5.5.0.7 platform/shared/stlport/doc/README.mingw
rhodes-5.5.0.3 platform/shared/stlport/doc/README.mingw
rhodes-5.5.0 platform/shared/stlport/doc/README.mingw
tauplatform-1.0.3 platform/shared/stlport/doc/README.mingw
tauplatform-1.0.2 platform/shared/stlport/doc/README.mingw
tauplatform-1.0.1 platform/shared/stlport/doc/README.mingw
rhodes-3.5.1.12 platform/shared/stlport/doc/README.mingw
rhodes-3.3.5 platform/shared/stlport/doc/README.mingw
rhodes-3.4.2 platform/shared/stlport/doc/README.mingw