aboutsummaryrefslogtreecommitdiff
path: root/clean/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'clean/buildfile')
-rw-r--r--clean/buildfile8
1 files changed, 6 insertions, 2 deletions
diff --git a/clean/buildfile b/clean/buildfile
index a183ff5..b91b1a0 100644
--- a/clean/buildfile
+++ b/clean/buildfile
@@ -1,5 +1,4 @@
# file : clean/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs = libodb%lib{odb}
@@ -8,9 +7,14 @@ import libs += libbutl%lib{butl}
import libs += libbbot%lib{bbot}
include ../libbrep/
+include ../mod/
exe{brep-clean}: {hxx ixx cxx}{* -clean-options} {hxx ixx cxx}{clean-options} \
- ../libbrep/lib{brep} $libs
+ ../mod/libue{mod} ../libbrep/lib{brep} $libs
+
+# Build options.
+#
+obj{clean}: cxx.poptions += -DBREP_COPYRIGHT=\"$copyright\"
# Generated options parser.
#