summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/test/prebuilt/ext/jamfile.jam
blob: 62cf003134718b05904e77f848379af6c1febdf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2002 Vladimir Prus
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt)


project ext
    : requirements <variant>release:<define>RELEASE
    ;

lib a : a.cpp ;

install dist : a : <variant>release:<location>release
                   <variant>debug:<location>debug ;