mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 12:22:17 +00:00
13 lines
283 B
Plaintext
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 ;
|