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+ |
+
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.
+darwin-specific features can be used in target build
+ requirements or in the BUILD variable:
+ | Feature | +Values | +Default | +Semantics | +
|---|---|---|---|
framework |
+ (free feature) | +N/A | +Adds application "Frameworks" to use for linking. | +
bundle-loader |
+ (free feature) | +N/A | +Specifies 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+ |
+
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.
+darwin-specific features can be used in target build
+ requirements or in the BUILD variable:
+ | Feature | +Values | +Default | +Semantics | +
|---|---|---|---|
framework |
+ (free feature) | +N/A | +Adds application "Frameworks" to use for linking. | +
bundle-loader |
+ (free feature) | +N/A | +Specifies 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.
+ +