summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-12-09 17:39:27 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-12-09 17:39:27 +0000
commit231cf4b29c6074ed23df32aefc928dc06d6de708 (patch)
tree36b65d1e403cd11c6971c7bc6f640374a21742c0
parentee5a601c253ecef07fddc420543fe0fc1f279b21 (diff)
downloadATCD-231cf4b29c6074ed23df32aefc928dc06d6de708.tar.gz
ChangeLogTag:
-rw-r--r--TAO/ChangeLog11
-rw-r--r--TAO/tao/extra_core.mpb2
-rw-r--r--TAO/tests/Bug_1639_Regression/test.mpc6
3 files changed, 14 insertions, 5 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 64b035c3291..90e5240f765 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,14 @@
+Tue Dec 9 11:37:44 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * tao/extra_core.mpb:
+
+ For some reason there are so many places where we have hardcoded
+ that minimum_corba means no messaging. This is atrocious :-).
+
+ * tests/Bug_1639_Regression/test.mpc:
+
+ Cleaned the MPC file.
+
Tue Dec 9 17:24:01 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/client.dsp:
diff --git a/TAO/tao/extra_core.mpb b/TAO/tao/extra_core.mpb
index 6d91c551ab3..43417c1963f 100644
--- a/TAO/tao/extra_core.mpb
+++ b/TAO/tao/extra_core.mpb
@@ -8,7 +8,7 @@ feature(!minimum_corba) {
}
}
-feature(!minimum_corba, corba_messaging) {
+feature(corba_messaging) {
Source_Files(TAO_COMPONENTS) {
ORB_Core {
Policy_Manager.cpp
diff --git a/TAO/tests/Bug_1639_Regression/test.mpc b/TAO/tests/Bug_1639_Regression/test.mpc
index e86c6ee35fc..6338071e808 100644
--- a/TAO/tests/Bug_1639_Regression/test.mpc
+++ b/TAO/tests/Bug_1639_Regression/test.mpc
@@ -1,10 +1,8 @@
-project (Bug_1639_testclient) : taoexe {
+project (Bug_1639_testclient) : taoserver {
exename = client
includes += $(ACE_ROOT)/include .
requires += exceptions
- libpaths += $(ACE_ROOT)/ace . $(TAO_ROOT)/tao/PortableServer $(TAO_ROOT)/tao/DynamicAny $(TAO_ROOT)/tao
- libs += ACE TAO TAO_PortableServer TAO_DynamicAny
-
+ libs += TAO_DynamicAny
Source_Files {
struct_client.cpp
structC.cpp