2
0
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:
Vladimir Prus
2003-09-01 07:47:15 +00:00
parent f44beffdf2
commit 997bc74d4e
2 changed files with 0 additions and 6 deletions

View File

@@ -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 ;

View File

@@ -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 ;