mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
13 lines
320 B
Plaintext
13 lines
320 B
Plaintext
# Copyright 2003 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 project ;
|
|
|
|
# Convert ourself into a real project.
|
|
project.initialize $(__name__) ;
|
|
|
|
# Now we can identify ourselfs.
|
|
project /teeest ;
|