From 0760742386e8e6034bbd619487ef156bc574e408 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Jul 2016 07:23:37 +0200 Subject: Add bin.rc module (resource compiler) --- build2/bin/module | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'build2/bin/module') diff --git a/build2/bin/module b/build2/bin/module index fa592cf..668e4d8 100644 --- a/build2/bin/module +++ b/build2/bin/module @@ -31,6 +31,15 @@ namespace build2 bool, bool, const variable_map&); + + bool + rc_init (scope&, + scope&, + const location&, + unique_ptr&, + bool, + bool, + const variable_map&); } } -- cgit v1.1