2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 13:22:11 +00:00
Files
build/v2/example/generate/jamroot.jam
Vladimir Prus 5238472b34 Merge Boost.Build from trunk
[SVN r68437]
2011-01-25 18:06:12 +00:00

10 lines
271 B
Plaintext

# Copyright 2007 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 generate ;
import gen ;
generate a2 : a.cpp : <generating-rule>@gen.generate-example ;