diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-14 16:29:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-16 16:42:35 +0200 |
commit | 03905bcf1bcfd9e7932fcac4283c5817058a25ce (patch) | |
tree | b643d3bedf436bfcd8956b25133d5674b6b18e36 /build.sh | |
parent | 96281a6c4f818311a6df90c0d8b8f537a61e1090 (diff) |
Invent root path web interface configuration option
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 <brep/types-parsers>" \ + --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" |