From d123226f8324813cb1698888879f6f1060652717 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 31 Aug 2016 22:53:55 +0300 Subject: Build infrastructure update --- migrate/buildfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'migrate/buildfile') diff --git a/migrate/buildfile b/migrate/buildfile index 2bdbe9e..7fb2cf6 100644 --- a/migrate/buildfile +++ b/migrate/buildfile @@ -13,8 +13,14 @@ exe{brep-migrate}: \ {hxx ixx cxx}{ migrate-options } \ ../brep/lib{brep} $libs +# Generated options parser. +# +{hxx ixx cxx}{migrate-options}: cli{migrate} + cli.options += -I $src_root --include-with-brackets --include-prefix migrate \ --guard-prefix MIGRATE --generate-specifier --page-usage print_ --ansi-color \ --long-usage -{hxx ixx cxx}{migrate-options}: cli{migrate} +# Include generated cli files into the distribution. +# +{hxx ixx cxx}{migrate-options}: dist = true -- cgit v1.1