From 52a7a6bcdc93d9776a4f56ac79185b9bc284db88 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 3 Dec 2012 11:54:30 +0200 Subject: Make --export-symbol and --extern-symbole values database-prefixable --- odb/options.cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/options.cli') diff --git a/odb/options.cli b/odb/options.cli index 42acad7..6da45e8 100644 --- a/odb/options.cli +++ b/odb/options.cli @@ -232,7 +232,7 @@ class options // Export control. // - std::string --export-symbol + database_map --export-symbol { "", "Insert in places where DLL export/import control statements @@ -240,7 +240,7 @@ class options \cb{--extern-symbol} option below." }; - std::string --extern-symbol + database_map --extern-symbol { "", "If is defined, insert it in places where a template -- cgit v1.1