summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-06-20 10:52:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-06-20 10:52:05 +0000
commit4bfdea0d8a71920a3e74a8711ef0f8d1dfced3af (patch)
treeaa47dbf10ee24675b3a149d044674d6f94533899 /bin
parent8f20084314034c57f41d452d2c032f9dd3471e21 (diff)
downloadATCD-4bfdea0d8a71920a3e74a8711ef0f8d1dfced3af.tar.gz
ChangeLogTag: Mon Jun 20 10:46:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'bin')
-rw-r--r--bin/MakeProjectCreator/config/ftrtevent.mpb2
-rw-r--r--bin/MakeProjectCreator/config/ftrteventchannel.mpb2
-rw-r--r--bin/MakeProjectCreator/config/ifrservice.mpb2
-rw-r--r--bin/MakeProjectCreator/config/messaging.mpb2
-rw-r--r--bin/MakeProjectCreator/config/portableserver.mpb2
-rw-r--r--bin/MakeProjectCreator/config/rtportableserver.mpb4
6 files changed, 7 insertions, 7 deletions
diff --git a/bin/MakeProjectCreator/config/ftrtevent.mpb b/bin/MakeProjectCreator/config/ftrtevent.mpb
index 3310bc40113..a165bf52c67 100644
--- a/bin/MakeProjectCreator/config/ftrtevent.mpb
+++ b/bin/MakeProjectCreator/config/ftrtevent.mpb
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project : ftorbutils, rtevent_serv, naming, messaging, minimum_corba {
+project : ftorbutils, rtevent_serv, naming, messaging, pi_server, minimum_corba {
after += FtRtEvent
libs += TAO_FtRtEvent
tagchecks += FtRtEvent
diff --git a/bin/MakeProjectCreator/config/ftrteventchannel.mpb b/bin/MakeProjectCreator/config/ftrteventchannel.mpb
index 3af417f8f1e..36b2fb92a02 100644
--- a/bin/MakeProjectCreator/config/ftrteventchannel.mpb
+++ b/bin/MakeProjectCreator/config/ftrteventchannel.mpb
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project : ftrtevent, utils, corba_messaging {
+project : ftrtevent, utils, corba_messaging, pi_server {
after += FTRT_EventChannel
libs += TAO_FTRT_EventChannel
includes += $(TAO_ROOT)/orbsvcs/FtRtEvent/EventChannel
diff --git a/bin/MakeProjectCreator/config/ifrservice.mpb b/bin/MakeProjectCreator/config/ifrservice.mpb
index 0e0ffc4e67b..c8494b989b0 100644
--- a/bin/MakeProjectCreator/config/ifrservice.mpb
+++ b/bin/MakeProjectCreator/config/ifrservice.mpb
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project : iortable, svc_utils, typecodefactory, minimum_corba {
+project : iortable, svc_utils, typecodefactory, pi_server, minimum_corba {
after += IFRService
libs += TAO_IFRService
tagchecks += IFRService
diff --git a/bin/MakeProjectCreator/config/messaging.mpb b/bin/MakeProjectCreator/config/messaging.mpb
index 28a962e1b46..886265898a4 100644
--- a/bin/MakeProjectCreator/config/messaging.mpb
+++ b/bin/MakeProjectCreator/config/messaging.mpb
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project : valuetype, portableserver, corba_messaging {
+project : valuetype, portableserver, pi, corba_messaging {
after += Messaging
libs += TAO_Messaging
}
diff --git a/bin/MakeProjectCreator/config/portableserver.mpb b/bin/MakeProjectCreator/config/portableserver.mpb
index 9f556ae121b..484d7aa83c2 100644
--- a/bin/MakeProjectCreator/config/portableserver.mpb
+++ b/bin/MakeProjectCreator/config/portableserver.mpb
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project : taolib, pi {
+project : taolib {
after += PortableServer
libs += TAO_PortableServer
}
diff --git a/bin/MakeProjectCreator/config/rtportableserver.mpb b/bin/MakeProjectCreator/config/rtportableserver.mpb
index af208951320..ee3d17fe942 100644
--- a/bin/MakeProjectCreator/config/rtportableserver.mpb
+++ b/bin/MakeProjectCreator/config/rtportableserver.mpb
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project : portableserver, rtcorba {
- after += RTPortableServer
+project : pi, portableserver, rtcorba {
+ after += RTPortableServer
libs += TAO_RTPortableServer
}