summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohn_c <john_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-11-02 18:05:33 +0000
committerjohn_c <john_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-11-02 18:05:33 +0000
commit50d4fb453474c7f222ff8d3a305521f7d47f1c9d (patch)
tree2502ac3415042bb259544a919e6fc2710992728f
parent4929d9a073d85affad7bb1bd769f704e0e1eb4be (diff)
downloadATCD-50d4fb453474c7f222ff8d3a305521f7d47f1c9d.tar.gz
New MPC files required for 2 stage TAO builds
-rw-r--r--TAO/WTAOACE.mwc25
-rw-r--r--TAO/tools.mwc5
2 files changed, 30 insertions, 0 deletions
diff --git a/TAO/WTAOACE.mwc b/TAO/WTAOACE.mwc
new file mode 100644
index 00000000000..cbd32e17d16
--- /dev/null
+++ b/TAO/WTAOACE.mwc
@@ -0,0 +1,25 @@
+// -*- MPC -*-
+// $Id$
+
+workspace {
+ ../ace
+ ../ACEXML/common
+ ../ACEXML/parser/parser
+ ../ACEXML/apps/svcconf
+ ../Kokyu/Kokyu.mpc
+ ../protocols/ace/HTBP
+ tao
+ utils
+ orbsvcs
+ exclude {
+ ../apps/gperf/src
+ TAO_IDL
+ orbsvcs/PSS
+ orbsvcs/tests
+ orbsvcs/performance-tests
+ orbsvcs/examples
+ orbsvcs/IFR_Service
+ tao/IFR_Client.mpc
+ orbsvcs/orbsvcs/IFRService.mpc
+ }
+}
diff --git a/TAO/tools.mwc b/TAO/tools.mwc
new file mode 100644
index 00000000000..724c562ca33
--- /dev/null
+++ b/TAO/tools.mwc
@@ -0,0 +1,5 @@
+workspace {
+ ../ace
+ ../apps/gperf
+ TAO_IDL
+}