summaryrefslogtreecommitdiff
path: root/odb-examples/prepared/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-05-07 17:26:24 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-05-08 14:13:23 +0300
commit8699622a703bc7c9c43297c3eb6b81748dbda4a8 (patch)
tree89bafa8c8c5052c3f8555f8b8c68f422889df95e /odb-examples/prepared/buildfile
parent14ea58b7c2f240d90d90e6c841c6eb42bb0c39bb (diff)
Some cleanups
Diffstat (limited to 'odb-examples/prepared/buildfile')
-rw-r--r--odb-examples/prepared/buildfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/odb-examples/prepared/buildfile b/odb-examples/prepared/buildfile
index 1347236..c167735 100644
--- a/odb-examples/prepared/buildfile
+++ b/odb-examples/prepared/buildfile
@@ -5,10 +5,11 @@ import libodb = libodb%lib{odb}
import libs = libodb-$database%lib{odb-$database}
-exe{driver}: {hxx cxx}{* -*-odb -*-odb-*} {hxx ixx cxx}{person-odb} testscript
+exe{driver}: {hxx cxx}{* -person-odb} {hxx ixx cxx}{person-odb} testscript
# The metadata library target which we use to extract the poptions variable
-# value for specifying the contained options on the ODB compiler command line.
+# value for specifying the preprocessor options (-I, etc) on the ODB compiler
+# command line.
#
libue{person-meta}: $libodb