Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/tools/build/v1/dmc-stlport-tools.jam @ 13

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

added boost

File size: 629 bytes
Line 
1# Digital Mars C++/STLPort
2
3# (C) Copyright Aleksey Gurtovoy 2004.
4#
5# Distributed under the Boost Software License, Version 1.0. (See
6# accompanying file LICENSE_1_0.txt or copy at
7# http://www.boost.org/LICENSE_1_0.txt)
8
9# The following #// line will be used by the regression test table generation
10# program as the column heading for HTML tables. Must not include version number.
11#//<a href="http://www.digitalmars.com/">Digital<br>Mars C++</a>
12
13extends-toolset dmc ;
14
15flags $(gCURRENT_TOOLSET) STLPORT_LIB_BASE_NAME ;
16
17STLPORT_LIB_BASE_NAME ?= stlp45dm ;
18
19SEARCH on stlport.jam = $(BOOST_BUILD_PATH) ;
20include stlport.jam ;
21
Note: See TracBrowser for help on using the repository browser.