summaryrefslogtreecommitdiff
path: root/ACE/protocols/examples/examples.mwc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/examples/examples.mwc')
-rw-r--r--ACE/protocols/examples/examples.mwc14
1 files changed, 14 insertions, 0 deletions
diff --git a/ACE/protocols/examples/examples.mwc b/ACE/protocols/examples/examples.mwc
new file mode 100644
index 00000000000..975ad4e462d
--- /dev/null
+++ b/ACE/protocols/examples/examples.mwc
@@ -0,0 +1,14 @@
+// -*- MPC -*-
+// $Id$
+
+workspace {
+ // This doesn't work quite yet, because not all the projects
+ // can be created implicitly. To fix this, we can either create
+ // a separate directory for each separate project, or we can
+ // add mpc files for C++NPv1/2 and other problem directories.
+ // The nice thing about splitting up into separate directories is
+ // that it completely eliminates mpc maintenance.
+
+ implicit = example_base
+ cmdline += -include $PWD
+}