From 40537e7e0941926168226f8a841544f3536a55cb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 29 Apr 2015 14:57:40 +0200 Subject: Get rid of on-demand configuration for now --- build/cxx/module.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build/cxx/module.cxx') diff --git a/build/cxx/module.cxx b/build/cxx/module.cxx index 45f8271..b26a7fa 100644 --- a/build/cxx/module.cxx +++ b/build/cxx/module.cxx @@ -12,6 +12,8 @@ #include #include +#include + #include using namespace std; @@ -33,6 +35,10 @@ namespace build if (&root != &base) fail (l) << "cxx module must be initialized in project root scope"; + // Initialize the bin module. + // + bin::init (root, base, l); + //@@ TODO: need to register target types, rules here instead of main(). const dir_path& out_root (root.path ()); -- cgit v1.1