2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00
Files
build/test/project-test1/standalone-project.jam
2006-11-06 01:44:13 +00:00

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 ;