mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 13:42:14 +00:00
15 lines
382 B
Plaintext
15 lines
382 B
Plaintext
# Copyright (C) Janusz Piwowarski 2004.
|
|
# Distributed under the Boost Software License, Version 1.0. (See
|
|
# accompanying file LICENSE_1_0.txt or copy at
|
|
# http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
extends-toolset mingw ;
|
|
|
|
flags $(gCURRENT_TOOLSET) STLPORT_LIB_BASE_NAME ;
|
|
|
|
STLPORT_LIB_BASE_NAME = stlport_mingw32 ;
|
|
|
|
SEARCH on stlport.jam = $(BOOST_BUILD_PATH) ;
|
|
include stlport.jam ;
|
|
|