2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00
Files
build/example/hello/Jamfile
Vladimir Prus 19e776cc6d Add a script for making distributions
[SVN r18300]
2003-04-24 11:35:40 +00:00

13 lines
283 B
Plaintext

project
: explicit-targets hello ;
exe hello : hello.cpp d1/a.cpp ; #d2/a.cpp ;
exe hello2 : hello.cpp ;
#symlink hello_debug hello_release : hello/<variant>debug hello/<variant>release ;
#symlink links/hello_release : hello/<variant>release ;
stage dist : hello ; #aux/1 ;