From 89410bc2c269a9fff04c6fddeab7b024c0855e18 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 8 Sep 2003 15:07:33 +0000 Subject: [PATCH] Added missing link [SVN r19964] --- build_system.htm | 7 ++++--- v1/build_system.htm | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/build_system.htm b/build_system.htm index 42b438331..4c4c94ed6 100644 --- a/build_system.htm +++ b/build_system.htm @@ -1078,9 +1078,10 @@ exe fop : <template>executable fop.cpp ; To use dependencies such as libraries from another project tree, first use the project rule to declare a project id and location for the external project. Then add the appropriate - external dependency target specification to your program's list of - sources. For example, if you are developing a program which uses - the Boost.Threads library, you might write + external dependency target specification + to your program's list of sources. For example, if you are + developing a program which uses the Boost.Threads library, you + might write
diff --git a/v1/build_system.htm b/v1/build_system.htm
index 42b438331..4c4c94ed6 100644
--- a/v1/build_system.htm
+++ b/v1/build_system.htm
@@ -1078,9 +1078,10 @@ exe fop : <template>executable fop.cpp ;
     To use dependencies such as libraries from another project tree,
     first use the project rule to declare a project id
     and location for the external project.  Then add the appropriate
-    external dependency target specification to your program's list of
-    sources. For example, if you are developing a program which uses
-    the Boost.Threads library, you might write
+    external dependency target specification
+    to your program's list of sources. For example, if you are
+    developing a program which uses the Boost.Threads library, you
+    might write