diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -19,7 +19,7 @@ Version 0.6.0 * Initial support for utility libraries. - A utility librart is an archive that "mimics" the object file type + A utility library is an archive that "mimics" the object file type (executable, static library, or shared library) of its "primary" target. Unless explicitly overridden, utility libraries are linked in the "whole archive" mode. For example: @@ -57,7 +57,7 @@ Version 0.6.0 These files are now generated by default and automatically for libraries being installed provided the version, project.summary, and project.url variables are defined. The version module has been improved to extract the - summary and url in addition to version from the manifest. + summary and url in addition to the version from the manifest. * Support for the '20' cxx.std value (C++20/c++2a). @@ -101,7 +101,7 @@ Version 0.6.0 cc.reprocess = true obj{hello}: cc.reprocess = false - As as well externally via the config.cc.reprocess variable: + As well as externally via the config.cc.reprocess variable: b config.cc.reprocess=true |