summaryrefslogtreecommitdiff
path: root/examples/ASX
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
commit461f9523852647ba165003a84ec3b14b10955647 (patch)
tree293a8eb18a161d2d3c3f6334fc2dd49cc54305e9 /examples/ASX
parenta0d316a46a890b8b0900152dda29744219749143 (diff)
downloadATCD-461f9523852647ba165003a84ec3b14b10955647.tar.gz
ChangeLogTag:Mon Aug 18 21:26:51 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'examples/ASX')
-rw-r--r--examples/ASX/ASX.mwc11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/ASX/ASX.mwc b/examples/ASX/ASX.mwc
new file mode 100644
index 00000000000..52606d1bfad
--- /dev/null
+++ b/examples/ASX/ASX.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
+}