From 03905bcf1bcfd9e7932fcac4283c5817058a25ce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 14 Nov 2015 16:29:22 +0200 Subject: Invent root path web interface configuration option --- build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 77437db..9596589 100755 --- a/build.sh +++ b/build.sh @@ -27,7 +27,8 @@ g++ -shared $DEBUG -std=c++11 -I.. -I../../libbpkg \ echo "cli brep-apache options" cli --include-with-brackets --include-prefix brep --hxx-suffix "" \ - --guard-prefix BREP --generate-file-scanner --suppress-usage \ + --guard-prefix BREP --cxx-prologue "#include " \ + --cli-namespace brep::cli --generate-file-scanner --suppress-usage \ --option-prefix "" ./options.cli echo "g++ libbrep-apache.so" @@ -46,7 +47,7 @@ cd ../loader echo "cli loader options" -cli --hxx-suffix "" ./options.cli +cli --hxx-suffix "" --cli-namespace brep::cli ./options.cli echo "g++ brep-loader" -- cgit v1.1