aboutsummaryrefslogtreecommitdiff
path: root/bdep/new.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-10-03 18:58:46 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-10-04 16:52:36 +0300
commit8af0f196574167976f514d215f7f726f848cd123 (patch)
tree33d142e0d7ce910d4bdd487a3bbea636c9442ccc /bdep/new.cli
parentcfc3ca1bbb9ac617006a5af575676eeb6e520390 (diff)
Add support for no-symexport and auto-symexport sub-options for libraries in bdep-new
Diffstat (limited to 'bdep/new.cli')
-rw-r--r--bdep/new.cli10
1 files changed, 10 insertions, 0 deletions
diff --git a/bdep/new.cli b/bdep/new.cli
index c6dc8ee..5411934 100644
--- a/bdep/new.cli
+++ b/bdep/new.cli
@@ -361,6 +361,14 @@ namespace bdep
Don't add support for generating the version header.|
+ \li|\n\ \ \ \cb{no-symexport}
+
+ Don't add support for DLL symbol exporting.|
+
+ \li|\n\ \ \ \cb{auto-symexport}
+
+ Add support for automatic DLL symbol exporting.|
+
\li|\n\ \ \ \c{\b{prefix-include=}\i{dir}}
Optional public header prefix relative to project/package root.|
@@ -601,6 +609,8 @@ namespace bdep
bool unit-tests;
bool no-install;
bool no-version;
+ bool no-symexport;
+ bool auto-symexport;
dir_path prefix-source;
dir_path prefix-include;
dir_path prefix;