Line | |
---|
1 | # (C) Copyright Gennadiy Rozental 2002. Permission to copy, use, |
---|
2 | # modify, sell and distribute this software is granted provided this |
---|
3 | # copyright notice appears in all copies. This software is provided |
---|
4 | # "as is" without express or implied warranty, and with no claim as |
---|
5 | # to its suitability for any purpose. |
---|
6 | |
---|
7 | # Sun Workshop 6 C++ compiler with STLPort version of STL |
---|
8 | |
---|
9 | # this is simply an extension to the sunpro toolset. |
---|
10 | extends-toolset sunpro ; |
---|
11 | |
---|
12 | flags $(gCURRENT_TOOLSET) STLPORT_LIB_BASE_NAME ; |
---|
13 | |
---|
14 | STLPORT_LIB_BASE_NAME = stlport_sunpro ; |
---|
15 | |
---|
16 | # bring in the STLPort configuration |
---|
17 | SEARCH on stlport.jam = $(BOOST_BUILD_PATH) ; |
---|
18 | include stlport.jam ; |
---|
19 | |
---|
20 | flags sunpro-stlport FINDLIBS <stlport-iostream>off : iostream ; |
---|
Note: See
TracBrowser
for help on using the repository browser.