From 99870e0c42c2f503cf3cdf3f297a8fdfa416004d Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 13 Jan 2003 16:14:59 +0000 Subject: [PATCH] Cleanups. [SVN r16891] --- examples-v2/hello/Jamfile | 3 --- v2/example/hello/Jamfile | 3 --- 2 files changed, 6 deletions(-) diff --git a/examples-v2/hello/Jamfile b/examples-v2/hello/Jamfile index 254ca9ff5..d280549bb 100644 --- a/examples-v2/hello/Jamfile +++ b/examples-v2/hello/Jamfile @@ -1,8 +1,5 @@ exe hello : hello.cpp ; -#lib zlib : : z release ; -#lib zlib : : z_d debug ; - 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 254ca9ff5..d280549bb 100644 --- a/v2/example/hello/Jamfile +++ b/v2/example/hello/Jamfile @@ -1,8 +1,5 @@ exe hello : hello.cpp ; -#lib zlib : : z release ; -#lib zlib : : z_d debug ; - symlink hello_debug hello_release : hello/debug hello/release ; symlink links/hello_release : hello/release ;