summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2005-11-07 22:25:48 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2005-11-07 22:25:48 +0000
commitad890350c84c8765a7b33802929821ea48d30669 (patch)
treee4adbd484efe381410b44f575b50d32caedac2d3
parentfb13f7fcef9d8b85913c6f8a230bcd5fe6ac037a (diff)
downloadATCD-ad890350c84c8765a7b33802929821ea48d30669.tar.gz
Mon Nov 7 16:25:38 2005 William Otte <wotte@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog12
-rw-r--r--TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_Mult.mpc4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Notify_lib.mpc2
-rw-r--r--TAO/orbsvcs/tests/Security/Crash_Test/Security_Crash_Test.mpc4
-rw-r--r--TAO/orbsvcs/tests/Security/MT_IIOP_SSL/MT_IIOP_SSL.mpc2
-rw-r--r--TAO/orbsvcs/tests/Security/Secure_Invocation/Secure_Invocation.mpc4
-rw-r--r--TAO/orbsvcs/tests/Trading/Trading.mpc2
-rw-r--r--TAO/performance-tests/CSD_Strategy/TestInf/csd_pt_testinf.mpc2
8 files changed, 22 insertions, 10 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 326c5f16175..6c7ee7ec6f4 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,15 @@
+Mon Nov 7 16:25:38 2005 William Otte <wotte@dre.vanderbilt.edu>
+
+ * orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_Mult.mpc
+ * orbsvcs/tests/Notify/lib/Notify_lib.mpc
+ * orbsvcs/tests/Security/Crash_Test/Security_Crash_Test.mpc
+ * orbsvcs/tests/Security/MT_IIOP_SSL/MT_IIOP_SSL.mpc
+ * orbsvcs/tests/Security/Secure_Invocation/Secure_Invocation.mpc
+ * orbsvcs/tests/Trading/Trading.mpc
+ * performance-tests/CSD_Strategy/TestInf/csd_pt_testinf.mpc
+
+ Fixes for linking problems on OS X.
+
Mon Nov 7 12:07:44 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
* tao/PortableServer/POA_Current.h (POA_Current):
diff --git a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_Mult.mpc b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_Mult.mpc
index 3018aa6b8df..ff5f2325f00 100644
--- a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_Mult.mpc
+++ b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_Mult.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(*Cons) : orbsvcsexe, event, event_skel, rtevent, rtsched {
+project(*Cons) : orbsvcsexe, event, event_skel, rtevent, rtsched, rtevent_serv {
after += CosEC_RtEC_Based_lib
includes += ../../lib
libs += CosEC_RtEC_Based
@@ -12,7 +12,7 @@ project(*Cons) : orbsvcsexe, event, event_skel, rtevent, rtsched {
}
}
-project(*Supp) : orbsvcsexe, event, event_skel, rtevent, rtsched {
+project(*Supp) : orbsvcsexe, event, event_skel, rtevent, rtsched, rtevent_serv {
after += CosEC_RtEC_Based_lib
includes += ../../lib
libs += CosEC_RtEC_Based
diff --git a/TAO/orbsvcs/tests/Notify/lib/Notify_lib.mpc b/TAO/orbsvcs/tests/Notify/lib/Notify_lib.mpc
index b4a0aacf126..293ba3bed29 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Notify_lib.mpc
+++ b/TAO/orbsvcs/tests/Notify/lib/Notify_lib.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(NotifyTests_Lib): orbsvcslib, notification_skel, naming, svc_utils {
+project(NotifyTests_Lib): orbsvcslib, notification_skel, notify_serv, naming, svc_utils {
sharedname = TAO_NotifyTests
dynamicflags = TAO_NOTIFY_TEST_BUILD_DLL
}
diff --git a/TAO/orbsvcs/tests/Security/Crash_Test/Security_Crash_Test.mpc b/TAO/orbsvcs/tests/Security/Crash_Test/Security_Crash_Test.mpc
index e2bc144527e..7229bd380e4 100644
--- a/TAO/orbsvcs/tests/Security/Crash_Test/Security_Crash_Test.mpc
+++ b/TAO/orbsvcs/tests/Security/Crash_Test/Security_Crash_Test.mpc
@@ -8,7 +8,7 @@ project(*idl): taoidldefaults {
custom_only = 1
}
-project(*server): taoexe, portableserver, ssliop {
+project(*server): taoexe, portableserver, ssliop, pi_server, codecfactory, interceptors {
after += *idl
Source_Files {
server.cpp
@@ -20,7 +20,7 @@ project(*server): taoexe, portableserver, ssliop {
}
}
-project(*client): taoexe, portableserver, ssliop {
+project(*client): taoexe, portableserver, ssliop, pi_server, codecfactory, interceptors {
after += *idl
Source_Files {
client.cpp
diff --git a/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/MT_IIOP_SSL.mpc b/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/MT_IIOP_SSL.mpc
index 73d1d3af653..9203ea80711 100644
--- a/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/MT_IIOP_SSL.mpc
+++ b/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/MT_IIOP_SSL.mpc
@@ -8,7 +8,7 @@ project(*idl) : taoidldefaults {
custom_only = 1
}
-project(*security server): orbsvcslib, portableserver, ssl, ssliop {
+project(*security server): orbsvcslib, portableserver, ssl, ssliop, pi_server, codecfactory, interceptors {
after += *idl
Source_Files {
Server_Worker.cpp
diff --git a/TAO/orbsvcs/tests/Security/Secure_Invocation/Secure_Invocation.mpc b/TAO/orbsvcs/tests/Security/Secure_Invocation/Secure_Invocation.mpc
index 89b98f15054..2cab2208413 100644
--- a/TAO/orbsvcs/tests/Security/Secure_Invocation/Secure_Invocation.mpc
+++ b/TAO/orbsvcs/tests/Security/Secure_Invocation/Secure_Invocation.mpc
@@ -8,7 +8,7 @@ project(*idl) : taoidldefaults {
custom_only = 1
}
-project(*security server): taoexe, portableserver, orbsvcslib, security, ssliop {
+project(*security server): taoexe, portableserver, orbsvcslib, security, ssliop, pi_server, codecfactory, interceptors {
after += *idl
Source_Files {
Foo_i.cpp
@@ -20,7 +20,7 @@ project(*security server): taoexe, portableserver, orbsvcslib, security, ssliop
}
}
-project(*security client): taoexe, orbsvcslib, security {
+project(*security client): taoexe, orbsvcslib, security, pi, codecfactory, interceptors {
after += *idl
Source_Files {
FooC.cpp
diff --git a/TAO/orbsvcs/tests/Trading/Trading.mpc b/TAO/orbsvcs/tests/Trading/Trading.mpc
index efe8ed59005..008ef7449a7 100644
--- a/TAO/orbsvcs/tests/Trading/Trading.mpc
+++ b/TAO/orbsvcs/tests/Trading/Trading.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(*Test Lib): orbsvcslib, trading_serv, naming {
+project(*Test Lib): orbsvcslib, trading_serv, naming, utils, pi, codecfactory {
sharedname = TTest
idlflags += -I..\..\.. -I..\..\..\orbsvcs -Sc -Wb,export_macro=TAO_TTest_Export -Wb,export_include=ttest_export.h
dynamicflags = TAO_TTEST_BUILD_DLL
diff --git a/TAO/performance-tests/CSD_Strategy/TestInf/csd_pt_testinf.mpc b/TAO/performance-tests/CSD_Strategy/TestInf/csd_pt_testinf.mpc
index 39bea8a0c18..951271e9114 100644
--- a/TAO/performance-tests/CSD_Strategy/TestInf/csd_pt_testinf.mpc
+++ b/TAO/performance-tests/CSD_Strategy/TestInf/csd_pt_testinf.mpc
@@ -1,5 +1,5 @@
//$Id$
-project : taolib_with_idl, csd_threadpool {
+project : taolib_with_idl, csd_threadpool, interceptors, pi, codecfactory {
sharedname = CSD_PT_TestInf
dynamicflags = CSD_PT_TESTINF_BUILD_DLL
idlflags += -Wb,export_macro=CSD_PT_TestInf_Export -Wb,export_include=CSD_PT_TestInf_Export.h