diff --git a/examples-v2/hello/Jamfile b/examples-v2/hello/Jamfile index d280549bb..2d46eebe8 100644 --- a/examples-v2/hello/Jamfile +++ b/examples-v2/hello/Jamfile @@ -1,5 +1,2 @@ exe hello : hello.cpp ; - -symlink hello_debug hello_release : hello/debug hello/release ; -symlink links/hello_release : hello/release ; diff --git a/v2/example/hello/Jamfile b/v2/example/hello/Jamfile index d280549bb..2d46eebe8 100644 --- a/v2/example/hello/Jamfile +++ b/v2/example/hello/Jamfile @@ -1,5 +1,2 @@ exe hello : hello.cpp ; - -symlink hello_debug hello_release : hello/debug hello/release ; -symlink links/hello_release : hello/release ;