summaryrefslogtreecommitdiff
path: root/examples/RMCast
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-18 21:28:50 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-18 21:28:50 +0000
commit5ce1cd8f702d11baa3da3dcf4683baf8d5893f07 (patch)
tree293a8eb18a161d2d3c3f6334fc2dd49cc54305e9 /examples/RMCast
parent41201d95aec00afffb99c6d2083fa9c8a5f3df46 (diff)
downloadATCD-5ce1cd8f702d11baa3da3dcf4683baf8d5893f07.tar.gz
ChangeLogTag:Mon Aug 18 21:26:51 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'examples/RMCast')
-rw-r--r--examples/RMCast/RMCast.mwc11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/RMCast/RMCast.mwc b/examples/RMCast/RMCast.mwc
new file mode 100644
index 00000000000..52606d1bfad
--- /dev/null
+++ b/examples/RMCast/RMCast.mwc
@@ -0,0 +1,11 @@
+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
+}