From a03e8a646b90d70b5c33e729b6e757a55a4ccdfd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 1 May 2017 14:57:37 +0200 Subject: Remove unnecessary ODB options --- libbrep/odb.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libbrep') diff --git a/libbrep/odb.sh b/libbrep/odb.sh index b794a2d..2897afa 100755 --- a/libbrep/odb.sh +++ b/libbrep/odb.sh @@ -14,8 +14,8 @@ $odb $lib -d pgsql --std c++11 --generate-query \ --hxx-prologue '#include ' \ -DLIBODB_BUILD2 -DLIBODB_PGSQL_BUILD2 \ -I .. -I ../../libbbot -I ../../libbpkg -I ../../libbutl \ - --hxx-suffix ".hxx" --include-with-brackets \ - --include-prefix libbrep --guard-prefix LIBBREP \ + --include-with-brackets --include-prefix libbrep \ + --guard-prefix LIBBREP \ common.hxx $odb $lib -d pgsql --std c++11 --generate-query --generate-schema \ @@ -24,8 +24,8 @@ $odb $lib -d pgsql --std c++11 --generate-query --generate-schema \ --hxx-prologue '#include ' \ --generate-prepared -DLIBODB_BUILD2 -DLIBODB_PGSQL_BUILD2 \ -I .. -I ../../libbbot -I ../../libbpkg -I ../../libbutl \ - --hxx-suffix ".hxx" --include-with-brackets \ - --include-prefix libbrep --guard-prefix LIBBREP \ + --include-with-brackets --include-prefix libbrep \ + --guard-prefix LIBBREP \ package.hxx xxd -i package-extra.hxx @@ -35,6 +35,6 @@ $odb $lib -d pgsql --std c++11 --generate-query --generate-schema \ --odb-epilogue '#include ' \ --generate-prepared -DLIBODB_BUILD2 -DLIBODB_PGSQL_BUILD2 \ -I .. -I ../../libbbot -I ../../libbpkg -I ../../libbutl \ - --hxx-suffix ".hxx" --include-with-brackets \ - --include-prefix libbrep --guard-prefix LIBBREP \ + --include-with-brackets --include-prefix libbrep \ + --guard-prefix LIBBREP \ build.hxx -- cgit v1.1