summaryrefslogtreecommitdiff
path: root/examples/Reactor
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-10 02:37:27 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-10 02:37:27 +0000
commitf7478b398ac67c3703a107ffad087d21fa15ba09 (patch)
tree6dfaa22a267e23cf33bd0aeb797d6de9d5986f74 /examples/Reactor
parentfa5a8e901e4fcedfa7c8e17d39283ebf711a6390 (diff)
downloadATCD-f7478b398ac67c3703a107ffad087d21fa15ba09.tar.gz
ChangeLogTag:Mon Nov 10 02:44:59 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'examples/Reactor')
-rw-r--r--examples/Reactor/Reactor.mwc11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/Reactor/Reactor.mwc b/examples/Reactor/Reactor.mwc
deleted file mode 100644
index 52606d1bfad..00000000000
--- a/examples/Reactor/Reactor.mwc
+++ /dev/null
@@ -1,11 +0,0 @@
-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
-}