mirror of
https://github.com/boostorg/build.git
synced 2026-02-09 23:12:23 +00:00
24 lines
520 B
Plaintext
24 lines
520 B
Plaintext
# Copyright 2001, 2002, 2003 Dave Abrahams
|
|
# Copyright 2002 Rene Rivera
|
|
# Copyright 2002, 2003, 2004 Vladimir Prus
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
import indirect ;
|
|
import string ;
|
|
import numbers ;
|
|
import sequence ;
|
|
import "class" ;
|
|
import os ;
|
|
import path ;
|
|
import feature ;
|
|
import property ;
|
|
import build-request ;
|
|
import container ;
|
|
import print ;
|
|
import common ;
|
|
|
|
|
|
actions nothing { }
|
|
nothing all ;
|