| 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 | |
|---|
| 13 | extends-toolset dmc ; |
|---|
| 14 | |
|---|
| 15 | flags $(gCURRENT_TOOLSET) STLPORT_LIB_BASE_NAME ; |
|---|
| 16 | |
|---|
| 17 | STLPORT_LIB_BASE_NAME ?= stlp45dm ; |
|---|
| 18 | |
|---|
| 19 | SEARCH on stlport.jam = $(BOOST_BUILD_PATH) ; |
|---|
| 20 | include stlport.jam ; |
|---|
| 21 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.