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 ;