From ff8c6c28887c24b48c3873e01830739a1fbf1331 Mon Sep 17 00:00:00 2001 From: bala Date: Thu, 11 Dec 2003 20:03:16 +0000 Subject: ChangeLogTag:Thu Dec 11 14:01:34 2003 Balachandran Natarajan --- TAO/ChangeLog | 13 +++++++++++++ TAO/examples/POA/DSI/POA_DSI.mpc | 1 + .../examples/Notify/ThreadPool/Notify_ThreadPool.mpc | 3 +++ TAO/orbsvcs/performance-tests/RTEvent/lib/RTEC_Perf.mpc | 2 ++ .../tests/Notify/performance-tests/Filter/Filter.mpc | 9 +++++---- .../Notify/performance-tests/Throughput/Throughput.mpc | 1 + TAO/tao/DynamicInterface/DynamicInterface.mpc | 1 + .../Scheduling_Interceptor/Scheduler_Interceptor.mpc | 1 + 8 files changed, 27 insertions(+), 4 deletions(-) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 60afd8c7664..ab77b2cc45c 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,16 @@ +Thu Dec 11 14:01:34 2003 Balachandran Natarajan + + * docs/tutorials/Quoter/Simple/ImprovedServer/Quoter_Simple_ImprovedServer.mpc: + * examples/POA/DSI/POA_DSI.mpc: + * orbsvcs/examples/Notify/ThreadPool/Notify_ThreadPool.mpc: + * orbsvcs/performance-tests/RTEvent/lib/RTEC_Perf.mpc: + * orbsvcs/tests/Notify/performance-tests/Filter/Filter.mpc: + * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.mpc: + * tao/DynamicInterface/DynamicInterface.mpc: + * tests/RTScheduling/Scheduling_Interceptor/Scheduler_Interceptor.mpc: + + Added avoids += minimum_corba. + Thu Dec 11 19:30:33 UTC 2003 Johnny Willemsen * tao/RTScheduling/Makefile.bor: diff --git a/TAO/examples/POA/DSI/POA_DSI.mpc b/TAO/examples/POA/DSI/POA_DSI.mpc index 1133101194b..266133c6951 100644 --- a/TAO/examples/POA/DSI/POA_DSI.mpc +++ b/TAO/examples/POA/DSI/POA_DSI.mpc @@ -1,3 +1,4 @@ +//$Id$ project(*Client) : taoexe, messaging, portableserver { avoids += minimum_corba source_files { diff --git a/TAO/orbsvcs/examples/Notify/ThreadPool/Notify_ThreadPool.mpc b/TAO/orbsvcs/examples/Notify/ThreadPool/Notify_ThreadPool.mpc index f9ab6a20c40..8e655d039c2 100644 --- a/TAO/orbsvcs/examples/Notify/ThreadPool/Notify_ThreadPool.mpc +++ b/TAO/orbsvcs/examples/Notify/ThreadPool/Notify_ThreadPool.mpc @@ -1,4 +1,6 @@ +// $Id$ project(*Supplier): rtnotify { + avoids += minimum_corba Source_Files { Supplier.cpp Supplier_Client.cpp @@ -8,6 +10,7 @@ project(*Supplier): rtnotify { } project(*Consumer): rtnotify, notifytest, rtportableserver { + avoids += minimum_corba Source_Files { Consumer.cpp Consumer_Client.cpp diff --git a/TAO/orbsvcs/performance-tests/RTEvent/lib/RTEC_Perf.mpc b/TAO/orbsvcs/performance-tests/RTEvent/lib/RTEC_Perf.mpc index 1006bb05658..18ea0c0055a 100644 --- a/TAO/orbsvcs/performance-tests/RTEvent/lib/RTEC_Perf.mpc +++ b/TAO/orbsvcs/performance-tests/RTEvent/lib/RTEC_Perf.mpc @@ -1,4 +1,6 @@ +// $Id$ project(RTEC_Perf): strategies, messaging, orbsvcslib, rtcorbaevent, rtevent, naming, svc_utils, iortable, rtportableserver, rtcorba { + avoids += minimum_corba sharedname = TAO_RTEC_Perf idlflags += -Wb,export_macro=TAO_RTEC_Perf_Export -Wb,export_include=rtec_perf_export.h dynamicflags += TAO_RTEC_PERF_BUILD_DLL diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/Filter/Filter.mpc b/TAO/orbsvcs/tests/Notify/performance-tests/Filter/Filter.mpc index 2712f4cdcca..6346b75e40c 100644 --- a/TAO/orbsvcs/tests/Notify/performance-tests/Filter/Filter.mpc +++ b/TAO/orbsvcs/tests/Notify/performance-tests/Filter/Filter.mpc @@ -1,14 +1,15 @@ +// $Id$ project(*notify perf Structured Supplier): notifytest { + avoids += minimum_corba exename = Structured_Supplier - Source_Files { Structured_Supplier.cpp } } project(*notify perf Structured Consumer): notifytest { + avoids += minimum_corba exename = Structured_Consumer - Source_Files { goC.cpp common.cpp @@ -18,16 +19,16 @@ project(*notify perf Structured Consumer): notifytest { } project(*notify perf Sequence Supplier): notifytest { + avoids += minimum_corba exename = Sequence_Supplier - Source_Files { Sequence_Supplier.cpp } } project(*notify perf Sequence Consumer): notifytest { + avoids += minimum_corba exename = Sequence_Consumer - Source_Files { goC.cpp common.cpp diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.mpc b/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.mpc index 740e3e54598..2d71b3f603b 100644 --- a/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.mpc +++ b/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.mpc @@ -1,3 +1,4 @@ project(*notify perf Throughput): notifytest, strategies, messaging, naming { + avoids += minimum_corba exename = Throughput } diff --git a/TAO/tao/DynamicInterface/DynamicInterface.mpc b/TAO/tao/DynamicInterface/DynamicInterface.mpc index 56de4520f14..206b37277f7 100644 --- a/TAO/tao/DynamicInterface/DynamicInterface.mpc +++ b/TAO/tao/DynamicInterface/DynamicInterface.mpc @@ -1,5 +1,6 @@ //$Id$ project : taolib, core, messaging, portableserver { + avoids += minimum_corba sharedname = TAO_DynamicInterface dynamicflags = TAO_DYNAMICINTERFACE_BUILD_DLL include_dir = tao/DynamicInterface diff --git a/TAO/tests/RTScheduling/Scheduling_Interceptor/Scheduler_Interceptor.mpc b/TAO/tests/RTScheduling/Scheduling_Interceptor/Scheduler_Interceptor.mpc index 4cf606a80a2..08e00e4c333 100644 --- a/TAO/tests/RTScheduling/Scheduling_Interceptor/Scheduler_Interceptor.mpc +++ b/TAO/tests/RTScheduling/Scheduling_Interceptor/Scheduler_Interceptor.mpc @@ -1,3 +1,4 @@ +// $Id$ project(*Server): rtscheduling_server { Source_Files { ../Scheduler.cpp -- cgit v1.2.1