Line | |
---|
1 | # Copyright 2004 Rene Rivera. |
---|
2 | # Distributed under the Boost Software License, Version 1.0. |
---|
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) |
---|
4 | |
---|
5 | # The following #// line will be used by the regression test table generation |
---|
6 | # program as the column heading for HTML tables. Must not include version number. |
---|
7 | #//<a href="http://msdn.microsoft.com/vstudio/default.asp">Micro-<br>soft<br>VC++</a><br><a href="http://www.stlport.org/">STLport</a> |
---|
8 | |
---|
9 | extends-toolset msvc ; |
---|
10 | |
---|
11 | flags $(gCURRENT_TOOLSET) STLPORT_LIB_BASE_NAME ; |
---|
12 | flags $(gCURRENT_TOOLSET) STLPORT_LIB_STATIC_SUFFIX ; |
---|
13 | |
---|
14 | STLPORT_LIB_BASE_NAME ?= stlport_vc6 ; |
---|
15 | STLPORT_LIB_STATIC_SUFFIX ?= _static ; |
---|
16 | |
---|
17 | # bring in the STLPort configuration |
---|
18 | SEARCH on stlport.jam = $(BOOST_BUILD_PATH) ; |
---|
19 | include stlport.jam ; |
---|
20 | |
---|
21 | flags msvc-stlport VC_STDLIB_PATH <stlport-iostream>on : [ join [ get-stlport-root ] $(SLASH)$(STLPORT_LIB_DIRECTORY) ] ; |
---|
Note: See
TracBrowser
for help on using the repository browser.