summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 11:59:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 11:59:41 +0000
commite7d68d348c0369c0f3b3f566481e561907593e7d (patch)
tree2907fdf14f7eca2e406adef8b56d73db5d1cfccb /TAO/orbsvcs
parent313939ee0d7df7a6226e1302c22aee4272555e47 (diff)
downloadATCD-e7d68d348c0369c0f3b3f566481e561907593e7d.tar.gz
Tue Sep 16 11:59:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/IFR_Service/IFR_Service.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/CosNotification.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/RT_Notification.mpc2
3 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/IFR_Service/IFR_Service.mpc b/TAO/orbsvcs/IFR_Service/IFR_Service.mpc
index e403da41ee2..bb5a62cbd17 100644
--- a/TAO/orbsvcs/IFR_Service/IFR_Service.mpc
+++ b/TAO/orbsvcs/IFR_Service/IFR_Service.mpc
@@ -49,7 +49,7 @@ project(TAO_IFR_EXE) : aceexe, install, ifr_client, crosscompile, avoids_minimum
includes += $(TAO_ROOT)/orbsvcs/IFR_Service \
$(TAO_ROOT)/TAO_IDL/include \
$(TAO_ROOT)/TAO_IDL/fe \
- $TAO_ROOT
+ $(TAO_ROOT)
install = $(ACE_ROOT)/bin
specific(automake) {
diff --git a/TAO/orbsvcs/orbsvcs/CosNotification.mpc b/TAO/orbsvcs/orbsvcs/CosNotification.mpc
index 22d88f1522b..7bfc36233d4 100644
--- a/TAO/orbsvcs/orbsvcs/CosNotification.mpc
+++ b/TAO/orbsvcs/orbsvcs/CosNotification.mpc
@@ -283,7 +283,7 @@ project(CosNotification_MC_Ext): notification_serv, orbsvcs_output, notification
// The using in the TAO_MC_Default_Factory class is apparently ignored by
// the Borland compiler. I am disabling the virtual function hiding
// warning for this project only.
- specific(borland, bmake) {
+ specific(bmake) {
compile_flags += -w-hid
}
diff --git a/TAO/orbsvcs/orbsvcs/RT_Notification.mpc b/TAO/orbsvcs/orbsvcs/RT_Notification.mpc
index 37fa08a325c..e820cb5ac9e 100644
--- a/TAO/orbsvcs/orbsvcs/RT_Notification.mpc
+++ b/TAO/orbsvcs/orbsvcs/RT_Notification.mpc
@@ -10,7 +10,7 @@ project(RT_Notification) : orbsvcslib, orbsvcs_output, install, rtcorba, notific
// The using in the TAO_MC_Default_Factory class is apparently ignored by
// the Borland compiler. I am disabling the virtual function hiding
// warning for this project only.
- specific(borland, bmake) {
+ specific(bmake) {
compile_flags += -w-hid
}