From 4346e3c71794fe1be22e4f3e7c4a9cd3c3c8dab9 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 20 Nov 2002 00:45:24 +0000 Subject: [PATCH] Example "symlink" targets. [SVN r16333] --- examples-v2/hello/Jamfile | 2 ++ v2/example/hello/Jamfile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/examples-v2/hello/Jamfile b/examples-v2/hello/Jamfile index 2d46eebe8..0f3f5786e 100644 --- a/examples-v2/hello/Jamfile +++ b/examples-v2/hello/Jamfile @@ -1,2 +1,4 @@ exe hello : hello.cpp ; + +symlink hello_debug hello_release : hello/debug hello/release ; diff --git a/v2/example/hello/Jamfile b/v2/example/hello/Jamfile index 2d46eebe8..0f3f5786e 100644 --- a/v2/example/hello/Jamfile +++ b/v2/example/hello/Jamfile @@ -1,2 +1,4 @@ exe hello : hello.cpp ; + +symlink hello_debug hello_release : hello/debug hello/release ;