summaryrefslogtreecommitdiff
path: root/examples/examples.mwc
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-06-18 18:53:27 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-06-18 18:53:27 +0000
commit152c0f5c127eac99b5c9097aa4db2b34e14e6dd0 (patch)
tree0d399a92623e98588cd34e4fe0c2cf7fed880173 /examples/examples.mwc
parent7e7f4a5d3e77a42e648b7dd2e1b9cf23a3780955 (diff)
downloadATCD-MyACE.tar.gz
This commit was manufactured by cvs2svn to create branch 'MyACE'.MyACE
Diffstat (limited to 'examples/examples.mwc')
-rw-r--r--examples/examples.mwc14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/examples.mwc b/examples/examples.mwc
deleted file mode 100644
index 975ad4e462d..00000000000
--- a/examples/examples.mwc
+++ /dev/null
@@ -1,14 +0,0 @@
-// -*- 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
-}