summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2008-10-03 19:24:41 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2008-10-03 19:24:41 +0000
commitbfa08ac92d9e73f8562cc5b63f983f8e9d15fa08 (patch)
tree80022018b2cf14c2238435af6d63815192498543
parent9a08a52a53e64114f714f18f51cb0050b18599e7 (diff)
downloadATCD-bfa08ac92d9e73f8562cc5b63f983f8e9d15fa08.tar.gz
Fri Oct 3 19:25:29 UTC 2008 Phil Mesnier <mesnier_p@ociweb.com>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/orbsvcs/tests/Bug_3387_Regression/Messenger.mpc11
2 files changed, 17 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 61acd757a6a..c62433f8d46 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Fri Oct 3 19:25:29 UTC 2008 Phil Mesnier <mesnier_p@ociweb.com>
+
+ * orbsvcs/tests/Bug_3387_Regression/Messenger.mpc:
+
+ Fix to avoid build problems on some platforms such as OpenMVS
+ IA64.
+
Fri Oct 3 11:08:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
* examples/Callback_Quoter/Consumer_Handler.cpp
diff --git a/TAO/orbsvcs/tests/Bug_3387_Regression/Messenger.mpc b/TAO/orbsvcs/tests/Bug_3387_Regression/Messenger.mpc
index 37d375df8bd..50536d4a2ca 100644
--- a/TAO/orbsvcs/tests/Bug_3387_Regression/Messenger.mpc
+++ b/TAO/orbsvcs/tests/Bug_3387_Regression/Messenger.mpc
@@ -1,5 +1,5 @@
// -*- MPC -*-
-// $Id:$
+// $Id$
project(*Server): taoexe, portableserver, namingexe, notification_skel {
Source_Files {
@@ -10,6 +10,12 @@ project(*Server): taoexe, portableserver, namingexe, notification_skel {
}
project(*Client): taoexe, namingexe, notification {
+
+ after += *Server
+
+ IDL_Files {
+ }
+
Source_Files {
MessengerC.cpp
MessengerClient.cpp
@@ -17,8 +23,11 @@ project(*Client): taoexe, namingexe, notification {
}
project(*Consumer): taoexe, portableserver, namingexe, notification_skel {
+
+ after += *Server
IDL_Files {
}
+
Source_Files {
MessengerConsumer.cpp
StructuredEventConsumer_i.cpp