2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Fix stlport initialization example.

[SVN r21838]
This commit is contained in:
Vladimir Prus
2004-01-20 09:27:59 +00:00
parent 3044074f7c
commit 87f709e5a3

View File

@@ -37,10 +37,10 @@ import toolset : using ;
# Configure, specifying location of STLPort headers.
# Libraries must be either not needed, or available to
# the compiler by default
# using stlport : /usr/include/stlport ;
# using stlport : : /usr/include/stlport ;
# Configure, specifying locatioh of both headers and libraries
# using stlport : /usr/include/stlport : /usr/lib ;
# using stlport : : /usr/include/stlport : /usr/lib ;
# QT configuration