aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/bin/init.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-06-21 11:59:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-06-21 11:59:04 +0200
commit195de65a84864cf5931325eeb2356f7d98155055 (patch)
tree4ba33483d9032acb3de82547d5e9e0307a3c8353 /libbuild2/bin/init.hxx
parentd822a0ae2c9fe312ad7a31e829ce2951be6a3ea0 (diff)
Add support for automatic generation of symbol exporting .def file
Diffstat (limited to 'libbuild2/bin/init.hxx')
-rw-r--r--libbuild2/bin/init.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/libbuild2/bin/init.hxx b/libbuild2/bin/init.hxx
index 7bb9d1d..6b0db27 100644
--- a/libbuild2/bin/init.hxx
+++ b/libbuild2/bin/init.hxx
@@ -21,6 +21,8 @@ namespace build2
//
// `bin.vars` -- registers some variables.
// `bin.config` -- loads bin.vars and sets some variables.
+ // `bin` -- loads bin.config and registers target types and
+ // rules.
// `bin.ar.config` -- loads bin.config and registers/sets more variables.
// `bin.ar` -- loads bin and bin.ar.config.
// `bin.ld.config` -- loads bin.config and registers/sets more variables.
@@ -28,8 +30,8 @@ namespace build2
// target types for msvc.
// `bin.rc.config` -- loads bin.config and registers/sets more variables.
// `bin.rc` -- loads bin and bin.rc.config.
- // `bin` -- loads bin.config and registers target types and
- // rules.
+ // `bin.nm.config` -- loads bin.config and registers/sets more variables.
+ // `bin.nm` -- loads bin and bin.nm.config.
//
extern "C" LIBBUILD2_BIN_SYMEXPORT const module_functions*
build2_bin_load ();