Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/tools/build/v1/sunpro-stlport-tools.jam @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

File size: 713 bytes
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.
10extends-toolset sunpro ;
11
12flags $(gCURRENT_TOOLSET) STLPORT_LIB_BASE_NAME ;
13
14STLPORT_LIB_BASE_NAME = stlport_sunpro ;
15
16# bring in the STLPort configuration
17SEARCH on stlport.jam = $(BOOST_BUILD_PATH) ;
18include stlport.jam ;
19
20flags sunpro-stlport FINDLIBS <stlport-iostream>off  : iostream ;
Note: See TracBrowser for help on using the repository browser.