2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00
Files
build/example/hello/Jamfile
Rene Rivera 329c735229 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 ;