diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-10 02:37:27 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-10 02:37:27 +0000 |
commit | fbd2a60b4c2299720117774564bd8636781ec975 (patch) | |
tree | 6dfaa22a267e23cf33bd0aeb797d6de9d5986f74 /examples/Connection | |
parent | aece593dc06ac068a46fbe6bf8be9a441cb78a6a (diff) | |
download | ATCD-fbd2a60b4c2299720117774564bd8636781ec975.tar.gz |
ChangeLogTag:Mon Nov 10 02:44:59 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'examples/Connection')
-rw-r--r-- | examples/Connection/Connection.mwc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/Connection/Connection.mwc b/examples/Connection/Connection.mwc deleted file mode 100644 index 52606d1bfad..00000000000 --- a/examples/Connection/Connection.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 -} |