2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00
Files
build/v2/example/hello/Jamfile
Rene Rivera 4346e3c717 Example "symlink" targets.
[SVN r16333]
2002-11-20 00:45:24 +00:00

5 lines
108 B
Plaintext

exe hello : hello.cpp ;
symlink hello_debug hello_release : hello/<variant>debug hello/<variant>release ;