From 377476a83a5b1ff20d7379f0e258ede2cbf366fd Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 16 Nov 2002 17:40:50 +0000 Subject: [PATCH] Initial. [SVN r16282] --- darwin-tools.html | 71 ++++++++++++++++++++++++++++++++++++++++++++ v1/darwin-tools.html | 71 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 142 insertions(+) create mode 100644 darwin-tools.html create mode 100644 v1/darwin-tools.html diff --git a/darwin-tools.html b/darwin-tools.html new file mode 100644 index 000000000..754f11e2c --- /dev/null +++ b/darwin-tools.html @@ -0,0 +1,71 @@ + + + + + + + Boost.Build - darwin toolset + + + + + + + +
+

C++ Boost

+
+

Boost.Build

+

darwin toolset

+
+
+

Introduction

+

Boost.Build's darwin toolset supports the Apple modified GNU GCC command-line + tools. Although the underlying tools are GCC this toolset is specifically + tailored to account for the various "features" that Apple implemented to + work in the Darwin OS Mach kernel.

+

Configuration Variables

+ Because of the already specific nature of this toolset there are no + additional configuration variables. +

Toolset-Specific Features

+ The following darwin-specific features can be used in target build + requirements or in the BUILD variable: + + + + + + + + + + + + + + + + + + + +
FeatureValuesDefaultSemantics
framework(free feature)N/AAdds application "Frameworks" to use for linking.
bundle-loader(free feature)N/ASpecifies the path to the application that will be loading this + "bundle". When this is specified, and building a DLL target, a + "bundle" version of the target is built instead of the regular shared + library version.
+
+

Revised + + 16 November, 2002 + +

+

© Copyright Dave + Abrahams 2002. All Rights Reserved.

+ + diff --git a/v1/darwin-tools.html b/v1/darwin-tools.html new file mode 100644 index 000000000..754f11e2c --- /dev/null +++ b/v1/darwin-tools.html @@ -0,0 +1,71 @@ + + + + + + + Boost.Build - darwin toolset + + + + + + + +
+

C++ Boost

+
+

Boost.Build

+

darwin toolset

+
+
+

Introduction

+

Boost.Build's darwin toolset supports the Apple modified GNU GCC command-line + tools. Although the underlying tools are GCC this toolset is specifically + tailored to account for the various "features" that Apple implemented to + work in the Darwin OS Mach kernel.

+

Configuration Variables

+ Because of the already specific nature of this toolset there are no + additional configuration variables. +

Toolset-Specific Features

+ The following darwin-specific features can be used in target build + requirements or in the BUILD variable: + + + + + + + + + + + + + + + + + + + +
FeatureValuesDefaultSemantics
framework(free feature)N/AAdds application "Frameworks" to use for linking.
bundle-loader(free feature)N/ASpecifies the path to the application that will be loading this + "bundle". When this is specified, and building a DLL target, a + "bundle" version of the target is built instead of the regular shared + library version.
+
+

Revised + + 16 November, 2002 + +

+

© Copyright Dave + Abrahams 2002. All Rights Reserved.

+ +