summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-03-28 17:38:41 +0000
committerdengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-03-28 17:38:41 +0000
commit31f4b54b7078ce0033cc6b6d81e77b80a26d9f92 (patch)
tree7599fd79c84f67863335cc055d75b72cc19b19da
parent84a87328665e82af9723803f5cabad76ec7c5be2 (diff)
downloadATCD-31f4b54b7078ce0033cc6b6d81e77b80a26d9f92.tar.gz
.
-rw-r--r--bin/MakeProjectCreator/config/ciao_deployment_svnt.mpb3
-rw-r--r--bin/MakeProjectCreator/config/ciao_events_dnc.mpb9
-rw-r--r--bin/MakeProjectCreator/config/ciao_servant_dnc.mpb2
3 files changed, 12 insertions, 2 deletions
diff --git a/bin/MakeProjectCreator/config/ciao_deployment_svnt.mpb b/bin/MakeProjectCreator/config/ciao_deployment_svnt.mpb
index a0d8de4e7a8..54b45923230 100644
--- a/bin/MakeProjectCreator/config/ciao_deployment_svnt.mpb
+++ b/bin/MakeProjectCreator/config/ciao_deployment_svnt.mpb
@@ -3,6 +3,7 @@
project : ciao_deployment_stub, portableserver {
after += Deployment_svnt
- libs += CIAO_Deployment_svnt
+ libs += CIAO_Deployment_svnt CIAO_DnC_Events
+ includes += $(CIAO_ROOT)/DAnCE/ciao
idlflags += -I$(CIAO_ROOT)/DAnCE -Sc
}
diff --git a/bin/MakeProjectCreator/config/ciao_events_dnc.mpb b/bin/MakeProjectCreator/config/ciao_events_dnc.mpb
new file mode 100644
index 00000000000..c06952d1b3e
--- /dev/null
+++ b/bin/MakeProjectCreator/config/ciao_events_dnc.mpb
@@ -0,0 +1,9 @@
+// -*- MPC -*-
+// $Id$
+
+project : security, ifr_client, valuetype, pi, codecfactory {
+ after += CIAO_DnC_Client
+ includes += $(CIAO_ROOT) $(CIAO_ROOT)/ciao $(CIAO_ROOT)/DAnCE $(CIAO_ROOT)/ciaosvcs/Events
+ idlflags += -I$(CIAO_ROOT) -I$(CIAO_ROOT)/ciao -I$(CIAO_ROOT)/DAnCE -I$(CIAO_ROOT)/ciaosvcs/Events -Sc
+ libs += CIAO_DnC_Client CIAO_DnC_Container
+}
diff --git a/bin/MakeProjectCreator/config/ciao_servant_dnc.mpb b/bin/MakeProjectCreator/config/ciao_servant_dnc.mpb
index c87cc63c767..abbb05bd2bb 100644
--- a/bin/MakeProjectCreator/config/ciao_servant_dnc.mpb
+++ b/bin/MakeProjectCreator/config/ciao_servant_dnc.mpb
@@ -3,6 +3,6 @@
project : ciao_component_dnc, ciao_deployment_svnt, ciaocidldefaults, utils, naming {
after += CIAO_DnC_Server
- libs += CIAO_DnC_Server
+ libs += CIAO_DnC_Server CIAO_DnC_Events
}