mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Don't make symlinks. This example is used in docs and nothing is
said about symlinks there, so it can confuse users. [SVN r19893]
This commit is contained in:
@@ -1,5 +1,2 @@
|
||||
|
||||
exe hello : hello.cpp ;
|
||||
|
||||
symlink hello_debug hello_release : hello/<variant>debug hello/<variant>release ;
|
||||
symlink links/hello_release : hello/<variant>release ;
|
||||
|
||||
@@ -1,5 +1,2 @@
|
||||
|
||||
exe hello : hello.cpp ;
|
||||
|
||||
symlink hello_debug hello_release : hello/<variant>debug hello/<variant>release ;
|
||||
symlink links/hello_release : hello/<variant>release ;
|
||||
|
||||
Reference in New Issue
Block a user