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 | f7478b398ac67c3703a107ffad087d21fa15ba09 (patch) | |
tree | 6dfaa22a267e23cf33bd0aeb797d6de9d5986f74 /examples/IPC_SAP | |
parent | fa5a8e901e4fcedfa7c8e17d39283ebf711a6390 (diff) | |
download | ATCD-f7478b398ac67c3703a107ffad087d21fa15ba09.tar.gz |
ChangeLogTag:Mon Nov 10 02:44:59 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'examples/IPC_SAP')
-rw-r--r-- | examples/IPC_SAP/IPC_SAP.mwc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/IPC_SAP/IPC_SAP.mwc b/examples/IPC_SAP/IPC_SAP.mwc deleted file mode 100644 index 52606d1bfad..00000000000 --- a/examples/IPC_SAP/IPC_SAP.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 -} |