From 0cf454aa993edd8f312bbf31a79e5a72893d4517 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 24 Apr 2003 11:46:49 +0000 Subject: [PATCH] Fix mistaked commit [SVN r18301] --- examples-v2/libraries/app/Jamfile | 5 +---- v2/example/libraries/app/Jamfile | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/examples-v2/libraries/app/Jamfile b/examples-v2/libraries/app/Jamfile index 912b5abad..22cc95d6b 100644 --- a/examples-v2/libraries/app/Jamfile +++ b/examples-v2/libraries/app/Jamfile @@ -1,8 +1,5 @@ -lib z : : z_d static ; -lib z : : z_r shared ; - # Declare a executable file, which uses a library. Note that # includes that for library will be automatically used # when compiling 'app.cpp' -exe app : app.cpp ../lib1/lib1 z ; \ No newline at end of file +exe app : app.cpp ../lib1/lib1 ; \ No newline at end of file diff --git a/v2/example/libraries/app/Jamfile b/v2/example/libraries/app/Jamfile index 912b5abad..22cc95d6b 100644 --- a/v2/example/libraries/app/Jamfile +++ b/v2/example/libraries/app/Jamfile @@ -1,8 +1,5 @@ -lib z : : z_d static ; -lib z : : z_r shared ; - # Declare a executable file, which uses a library. Note that # includes that for library will be automatically used # when compiling 'app.cpp' -exe app : app.cpp ../lib1/lib1 z ; \ No newline at end of file +exe app : app.cpp ../lib1/lib1 ; \ No newline at end of file