summaryrefslogtreecommitdiff
path: root/examples/file/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/file/buildfile')
-rw-r--r--examples/file/buildfile14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/file/buildfile b/examples/file/buildfile
new file mode 100644
index 0000000..d26a9d6
--- /dev/null
+++ b/examples/file/buildfile
@@ -0,0 +1,14 @@
+# file : examples/file/buildfile
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# license : MIT; see accompanying LICENSE file
+
+exe{driver}: cxx{driver} {hxx ixx cxx}{options} doc{README} file{test.ops}
+exe{driver}: test.arguments = --options-file $src_base/test.ops
+
+cxx.poptions =+ -I$out_base
+
+# Generated options parser.
+#
+{hxx ixx cxx}{options}: cli{options}
+
+cli.options = --generate-file-scanner