diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-06-24 09:06:01 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-06-24 09:06:01 +0000 |
commit | 7b738d77aa9ae3cdf74cc78490a67bac307352f9 (patch) | |
tree | a2d69816a0de9b6c3a10232749499575fc3d0f37 /TAO/orbsvcs | |
parent | c8c55dc7a85ba430470c9c38f6d9faf3f41dadb4 (diff) | |
download | ATCD-7b738d77aa9ae3cdf74cc78490a67bac307352f9.tar.gz |
Thu Jun 24 08:52:51 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* *.mpc:
Use dynamicflags += instead of dynamicflags =
Diffstat (limited to 'TAO/orbsvcs')
44 files changed, 75 insertions, 75 deletions
diff --git a/TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManager.mpc b/TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManager.mpc index e5695c658c8..a0c4746509a 100644 --- a/TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManager.mpc +++ b/TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManager.mpc @@ -1,7 +1,7 @@ // $Id$ project(*Lib): orbsvcslib, orbsvcs_output, conv_lib, fault_tolerance, notification_skel, ftorb, portablegroup, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro, install { sharedname = TAO_ReplicationManagerLib - dynamicflags = TAO_REPLICATIONMANAGERLIB_BUILD_DLL + dynamicflags += TAO_REPLICATIONMANAGERLIB_BUILD_DLL specific { install_dir = orbsvcs/FT_ReplicationManager diff --git a/TAO/orbsvcs/IFR_Service/IFR_Service.mpc b/TAO/orbsvcs/IFR_Service/IFR_Service.mpc index 639766c58c4..8990208136a 100644 --- a/TAO/orbsvcs/IFR_Service/IFR_Service.mpc +++ b/TAO/orbsvcs/IFR_Service/IFR_Service.mpc @@ -19,7 +19,7 @@ project(IFR_Service) : orbsvcsexe, install, ifrservice, ifr_client, imr_client project(TAO_IFR_BE) : taolib, tao_output, conv_lib, ifr_client, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro, tao_idl_fe { after += IFR_Service sharedname = TAO_IFR_BE - dynamicflags = TAO_IFR_BE_BUILD_DLL + dynamicflags += TAO_IFR_BE_BUILD_DLL Source_Files { be_global.cpp diff --git a/TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc b/TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc index b7697c5796f..7836342229b 100644 --- a/TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc +++ b/TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc @@ -2,7 +2,7 @@ project(ImR_Activator_IDL) : orbsvcslib, orbsvcs_output, conv_lib, portableserver, imr_client, tao_versioning_idl_defaults { sharedname = TAO_ImR_Activator_IDL - dynamicflags = ACTIVATOR_IDL_BUILD_DLL + dynamicflags += ACTIVATOR_IDL_BUILD_DLL idlflags += -Wb,export_macro=ActivatorIDL_Export -Wb,export_include=activator_idl_export.h idl_files { ImR_Activator.idl @@ -23,7 +23,7 @@ project(ImR_Locator_IDL) : orbsvcslib, orbsvcs_output, conv_lib, valuetype, port // Dont try to build this project if ImR_Activator_IDL is not built requires += corba_messaging - dynamicflags = LOCATOR_IDL_BUILD_DLL + dynamicflags += LOCATOR_IDL_BUILD_DLL idlflags += -Wb,export_macro=LocatorIDL_Export -Wb,export_include=locator_idl_export.h idl_files { ImR_Locator.idl @@ -47,7 +47,7 @@ project(ImR_Locator_IDL) : orbsvcslib, orbsvcs_output, conv_lib, valuetype, port project(ImR_Activator) : orbsvcslib, orbsvcs_output, conv_lib, acexml, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro, valuetype, portableserver, imr_client, messaging, pi, codecfactory { sharedname = TAO_ImR_Activator - dynamicflags = ACTIVATOR_BUILD_DLL + dynamicflags += ACTIVATOR_BUILD_DLL after += ImR_Activator_IDL ImR_Locator_IDL libs += TAO_ImR_Activator_IDL TAO_ImR_Locator_IDL // Dont try to build this project if ImR_Activator_IDL is not built @@ -67,7 +67,7 @@ project(ImR_Activator) : orbsvcslib, orbsvcs_output, conv_lib, acexml, avoids_mi project(ImR_Locator) : orbsvcslib, orbsvcs_output, conv_lib, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro, iortable, portableserver, messaging, svc_utils, acexml, imr_client { sharedname = TAO_ImR_Locator - dynamicflags = LOCATOR_BUILD_DLL + dynamicflags += LOCATOR_BUILD_DLL after += ImR_Locator_IDL ImR_Activator_IDL libs += TAO_ImR_Locator_IDL TAO_ImR_Activator_IDL avoids += uses_wchar diff --git a/TAO/orbsvcs/Notify_Service/Notify_Service.mpc b/TAO/orbsvcs/Notify_Service/Notify_Service.mpc index eb6e2d7f6d6..5d3536e9ee6 100644 --- a/TAO/orbsvcs/Notify_Service/Notify_Service.mpc +++ b/TAO/orbsvcs/Notify_Service/Notify_Service.mpc @@ -3,7 +3,7 @@ project(TAO_Notify_Service) : orbsvcslib, orbsvcs_output, install, valuetype, orbsvcsexe, install, notification_serv, naming, iortable, messaging_optional, svc_utils, notify_monitor_control { sharedname = TAO_Notify_Service - dynamicflags = TAO_NOTIFY_SERVICE_BUILD_DLL + dynamicflags += TAO_NOTIFY_SERVICE_BUILD_DLL specific { install_dir = orbsvcs/Notify_Service } diff --git a/TAO/orbsvcs/examples/ImR/Combined_Service/ImR_Combined_Service.mpc b/TAO/orbsvcs/examples/ImR/Combined_Service/ImR_Combined_Service.mpc index 0eecb8bc945..e3dcb36c9a1 100644 --- a/TAO/orbsvcs/examples/ImR/Combined_Service/ImR_Combined_Service.mpc +++ b/TAO/orbsvcs/examples/ImR/Combined_Service/ImR_Combined_Service.mpc @@ -63,7 +63,7 @@ project(*TestServer) : orbsvcsexe, portableserver, iortable, avoids_corba_e_micr // Another simple server that can be loaded dynamically into the // combined_service. project(*DynamicServer) : taolib, portableserver, iortable, avoids_corba_e_micro { - dynamicflags = DYNSERVER_BUILD_DLL + dynamicflags += DYNSERVER_BUILD_DLL sharedname = DynServer after += *IDL // The gnuace specific portion is to prevent invalid object files from diff --git a/TAO/orbsvcs/examples/Notify/Federation/Gate/Gate.mpc b/TAO/orbsvcs/examples/Notify/Federation/Gate/Gate.mpc index c533b204bba..f42ab5cc070 100644 --- a/TAO/orbsvcs/examples/Notify/Federation/Gate/Gate.mpc +++ b/TAO/orbsvcs/examples/Notify/Federation/Gate/Gate.mpc @@ -3,5 +3,5 @@ project(Gate) : rmcast, orbsvcsexe, notification, notification_skel { sharedname = Gate - dynamicflags = GATE_BUILD_DLL + dynamicflags += GATE_BUILD_DLL } diff --git a/TAO/orbsvcs/orbsvcs/CosConcurrency.mpc b/TAO/orbsvcs/orbsvcs/CosConcurrency.mpc index 42fadf6bd84..8c1cce3a75e 100644 --- a/TAO/orbsvcs/orbsvcs/CosConcurrency.mpc +++ b/TAO/orbsvcs/orbsvcs/CosConcurrency.mpc @@ -12,7 +12,7 @@ project(CosConcurrency_IDL): orbsvcslib, orbsvcs_output, install, tao_versioning project(CosConcurrency) : orbsvcslib, orbsvcs_output, install { sharedname = TAO_CosConcurrency - dynamicflags = TAO_CONCURRENCY_BUILD_DLL + dynamicflags += TAO_CONCURRENCY_BUILD_DLL tagchecks += Concurrency after += CosConcurrency_IDL @@ -46,7 +46,7 @@ project(CosConcurrency) : orbsvcslib, orbsvcs_output, install { project(CosConcurrency_Skel): orbsvcslib, orbsvcs_output, install, concurrency, portableserver { sharedname = TAO_CosConcurrency_Skel - dynamicflags = TAO_CONCURRENCY_SKEL_BUILD_DLL + dynamicflags += TAO_CONCURRENCY_SKEL_BUILD_DLL tagchecks += Concurrency after += CosConcurrency_IDL @@ -76,7 +76,7 @@ project(CosConcurrency_Skel): orbsvcslib, orbsvcs_output, install, concurrency, project(CosConcurrency_Serv) : orbsvcslib, orbsvcs_output, install, concurrency_skel, avoids_corba_e_micro { sharedname = TAO_CosConcurrency_Serv - dynamicflags = TAO_CONCURRENCY_SERV_BUILD_DLL + dynamicflags += TAO_CONCURRENCY_SERV_BUILD_DLL tagchecks += Concurrency IDL_Files { diff --git a/TAO/orbsvcs/orbsvcs/CosEvent.mpc b/TAO/orbsvcs/orbsvcs/CosEvent.mpc index 1b7ca867d45..af96ca992fe 100644 --- a/TAO/orbsvcs/orbsvcs/CosEvent.mpc +++ b/TAO/orbsvcs/orbsvcs/CosEvent.mpc @@ -12,7 +12,7 @@ project (CosEvent_IDL) : orbsvcslib, orbsvcs_output, install, avoids_minimum_cor project (CosEvent) : orbsvcslib, orbsvcs_output, install, avoids_minimum_corba, ec_typed_events { sharedname = TAO_CosEvent - dynamicflags = TAO_EVENT_BUILD_DLL + dynamicflags += TAO_EVENT_BUILD_DLL tagchecks += CosEvent after += CosEvent_IDL @@ -51,7 +51,7 @@ project (CosEvent) : orbsvcslib, orbsvcs_output, install, avoids_minimum_corba, project (CosEvent_Skel) : orbsvcslib, orbsvcs_output, install, avoids_minimum_corba, event, portableserver, ec_typed_events_skel { sharedname = TAO_CosEvent_Skel - dynamicflags = TAO_EVENT_SKEL_BUILD_DLL + dynamicflags += TAO_EVENT_SKEL_BUILD_DLL tagchecks += CosEvent IDL_Files { @@ -88,7 +88,7 @@ project (CosEvent_Skel) : orbsvcslib, orbsvcs_output, install, avoids_minimum_co project (CosEvent_Serv) : orbsvcslib, orbsvcs_output, install, avoids_minimum_corba, event_skel, ec_typed_events_serv, messaging_optional, naming, svc_utils { sharedname = TAO_CosEvent_Serv - dynamicflags = TAO_EVENT_SERV_BUILD_DLL + dynamicflags += TAO_EVENT_SERV_BUILD_DLL tagchecks += CosEvent IDL_Files { diff --git a/TAO/orbsvcs/orbsvcs/CosLifeCycle.mpc b/TAO/orbsvcs/orbsvcs/CosLifeCycle.mpc index 7fcf406b245..debd95904d2 100644 --- a/TAO/orbsvcs/orbsvcs/CosLifeCycle.mpc +++ b/TAO/orbsvcs/orbsvcs/CosLifeCycle.mpc @@ -13,7 +13,7 @@ project(CosLifeCycle_IDL) : orbsvcslib, orbsvcs_output, install, tao_versioning_ project(CosLifeCycle) : orbsvcslib, orbsvcs_output, install, naming { sharedname = TAO_CosLifeCycle - dynamicflags = TAO_LIFECYCLE_BUILD_DLL + dynamicflags += TAO_LIFECYCLE_BUILD_DLL tagchecks += LifeCycle after += CosLifeCycle_IDL @@ -49,7 +49,7 @@ project(CosLifeCycle) : orbsvcslib, orbsvcs_output, install, naming { project(CosLifeCycle_Skel) : orbsvcslib, orbsvcs_output, install, lifecycle, portableserver { sharedname = TAO_CosLifeCycle_Skel - dynamicflags = TAO_LIFECYCLE_SKEL_BUILD_DLL + dynamicflags += TAO_LIFECYCLE_SKEL_BUILD_DLL tagchecks += LifeCycle IDL_Files { diff --git a/TAO/orbsvcs/orbsvcs/CosLoadBalancing.mpc b/TAO/orbsvcs/orbsvcs/CosLoadBalancing.mpc index 8750cf1985d..e5747c9a3f0 100644 --- a/TAO/orbsvcs/orbsvcs/CosLoadBalancing.mpc +++ b/TAO/orbsvcs/orbsvcs/CosLoadBalancing.mpc @@ -4,7 +4,7 @@ project(CosLoadBalancing) : orbsvcslib, orbsvcs_output, install, naming, iormanip, portablegroup, ami, avoids_minimum_corba, pi, pi_server, iorinterceptor, tao_versioning_idl_defaults { sharedname = TAO_CosLoadBalancing idlflags += -Wb,export_macro=TAO_LoadBalancing_Export -Wb,export_include=orbsvcs/LoadBalancing/LoadBalancing_export.h - dynamicflags = TAO_LOADBALANCING_BUILD_DLL + dynamicflags += TAO_LOADBALANCING_BUILD_DLL tagchecks += CosLoadBalancing IDL_Files { diff --git a/TAO/orbsvcs/orbsvcs/CosNaming.mpc b/TAO/orbsvcs/orbsvcs/CosNaming.mpc index a25cd2ccad7..fdb8bc3e2ea 100644 --- a/TAO/orbsvcs/orbsvcs/CosNaming.mpc +++ b/TAO/orbsvcs/orbsvcs/CosNaming.mpc @@ -12,7 +12,7 @@ project(CosNaming_IDL) : orbsvcslib, orbsvcs_output, install, tao_versioning_idl project(CosNaming) : orbsvcslib, orbsvcs_output, install { sharedname = TAO_CosNaming - dynamicflags = TAO_NAMING_BUILD_DLL + dynamicflags += TAO_NAMING_BUILD_DLL tagchecks += Naming after += CosNaming_IDL diff --git a/TAO/orbsvcs/orbsvcs/CosNaming_Serv.mpc b/TAO/orbsvcs/orbsvcs/CosNaming_Serv.mpc index 1b27d09bf55..9e683abb6d9 100644 --- a/TAO/orbsvcs/orbsvcs/CosNaming_Serv.mpc +++ b/TAO/orbsvcs/orbsvcs/CosNaming_Serv.mpc @@ -4,7 +4,7 @@ project(CosNaming_Serv) : cosnaming_serv_persistence, orbsvcslib, orbsvcs_output, install, naming_skel, messaging_optional, svc_utils, iortable { sharedname = TAO_CosNaming_Serv - dynamicflags = TAO_NAMING_SERV_BUILD_DLL + dynamicflags += TAO_NAMING_SERV_BUILD_DLL tagchecks += Naming IDL_Files { diff --git a/TAO/orbsvcs/orbsvcs/CosNaming_Skel.mpc b/TAO/orbsvcs/orbsvcs/CosNaming_Skel.mpc index 2c75f164a85..30a30181bac 100644 --- a/TAO/orbsvcs/orbsvcs/CosNaming_Skel.mpc +++ b/TAO/orbsvcs/orbsvcs/CosNaming_Skel.mpc @@ -3,7 +3,7 @@ project(CosNaming_Skel) : orbsvcslib, orbsvcs_output, install, naming, portableserver { sharedname = TAO_CosNaming_Skel - dynamicflags = TAO_NAMING_SKEL_BUILD_DLL + dynamicflags += TAO_NAMING_SKEL_BUILD_DLL tagchecks += Naming IDL_Files { diff --git a/TAO/orbsvcs/orbsvcs/CosNotification.mpc b/TAO/orbsvcs/orbsvcs/CosNotification.mpc index 53ec1f28279..74027108963 100644 --- a/TAO/orbsvcs/orbsvcs/CosNotification.mpc +++ b/TAO/orbsvcs/orbsvcs/CosNotification.mpc @@ -17,7 +17,7 @@ project(CosNotification_IDL) : orbsvcslib, orbsvcs_output, install, event, tao_v project(CosNotification) : orbsvcslib, orbsvcs_output, install, event { sharedname = TAO_CosNotification - dynamicflags = TAO_NOTIFY_BUILD_DLL + dynamicflags += TAO_NOTIFY_BUILD_DLL tagchecks += Notify after += CosNotification_IDL @@ -69,7 +69,7 @@ project(CosNotification) : orbsvcslib, orbsvcs_output, install, event { project(CosNotification_Skel) : orbsvcslib, orbsvcs_output, install, notification, event_skel, portableserver { sharedname = TAO_CosNotification_Skel - dynamicflags = TAO_NOTIFY_SKEL_BUILD_DLL + dynamicflags += TAO_NOTIFY_SKEL_BUILD_DLL tagchecks += Notify IDL_Files { @@ -113,7 +113,7 @@ project(CosNotification_Skel) : orbsvcslib, orbsvcs_output, install, notificatio project(CosNotification_Serv) : orbsvcslib, orbsvcs_output, svc_utils, install, notification_skel, dynamicany, etcl, messaging{ sharedname = TAO_CosNotification_Serv - dynamicflags = TAO_NOTIFY_SERV_BUILD_DLL + dynamicflags += TAO_NOTIFY_SERV_BUILD_DLL tagchecks += Notify after += Messaging @@ -227,7 +227,7 @@ project(CosNotification_Serv) : orbsvcslib, orbsvcs_output, svc_utils, install, project(CosNotification_Persist) : notification_serv, orbsvcs_output, install, acexml { sharedname = TAO_CosNotification_Persist - dynamicflags = TAO_NOTIFY_PERSIST_BUILD_DLL + dynamicflags += TAO_NOTIFY_PERSIST_BUILD_DLL tagchecks += Notify IDL_Files { @@ -250,7 +250,7 @@ project(CosNotification_Persist) : notification_serv, orbsvcs_output, install, a project(CosNotification_MC): tao_versioning_idl_defaults, orbsvcs_output, naming, tao_monitor, iortable, install { sharedname = TAO_CosNotification_MC - dynamicflags = TAO_NOTIFY_MC_BUILD_DLL + dynamicflags += TAO_NOTIFY_MC_BUILD_DLL tagchecks += Notify IDL_Files { @@ -278,7 +278,7 @@ project(CosNotification_MC): tao_versioning_idl_defaults, orbsvcs_output, naming project(CosNotification_MC_Ext): notification_serv, orbsvcs_output, notification_mc, tao_monitor, install { sharedname = TAO_CosNotification_MC_Ext - dynamicflags = TAO_NOTIFY_MC_EXT_BUILD_DLL + dynamicflags += TAO_NOTIFY_MC_EXT_BUILD_DLL tagchecks += Notify diff --git a/TAO/orbsvcs/orbsvcs/CosProperty.mpc b/TAO/orbsvcs/orbsvcs/CosProperty.mpc index ee884987e8c..feabcd709f0 100644 --- a/TAO/orbsvcs/orbsvcs/CosProperty.mpc +++ b/TAO/orbsvcs/orbsvcs/CosProperty.mpc @@ -12,7 +12,7 @@ project(CosProperty_IDL) : orbsvcslib, orbsvcs_output, install, tao_versioning_i project(CosProperty) : orbsvcslib, orbsvcs_output, install { sharedname = TAO_CosProperty - dynamicflags = TAO_PROPERTY_BUILD_DLL + dynamicflags += TAO_PROPERTY_BUILD_DLL tagchecks += Property after += CosProperty_IDL @@ -46,7 +46,7 @@ project(CosProperty) : orbsvcslib, orbsvcs_output, install { project(CosProperty_Skel) : orbsvcslib, orbsvcs_output, install, property, portableserver { sharedname = TAO_CosProperty_Skel - dynamicflags = TAO_PROPERTY_SKEL_BUILD_DLL + dynamicflags += TAO_PROPERTY_SKEL_BUILD_DLL tagchecks += Property IDL_Files { @@ -75,7 +75,7 @@ project(CosProperty_Skel) : orbsvcslib, orbsvcs_output, install, property, porta project(CosProperty_Serv) : orbsvcslib, orbsvcs_output, install, property_skel { sharedname = TAO_CosProperty_Serv - dynamicflags = TAO_PROPERTY_SERV_BUILD_DLL + dynamicflags += TAO_PROPERTY_SERV_BUILD_DLL tagchecks += Property IDL_Files { diff --git a/TAO/orbsvcs/orbsvcs/CosTime.mpc b/TAO/orbsvcs/orbsvcs/CosTime.mpc index f72c7f55cba..803b03e131f 100644 --- a/TAO/orbsvcs/orbsvcs/CosTime.mpc +++ b/TAO/orbsvcs/orbsvcs/CosTime.mpc @@ -12,7 +12,7 @@ project(CosTime_IDL) : orbsvcslib, orbsvcs_output, install, tao_versioning_idl_d project(CosTime) : orbsvcslib, orbsvcs_output, install { sharedname = TAO_CosTime - dynamicflags = TAO_TIME_BUILD_DLL + dynamicflags += TAO_TIME_BUILD_DLL tagchecks += Time after += CosTime_IDL @@ -45,7 +45,7 @@ project(CosTime) : orbsvcslib, orbsvcs_output, install { project(CosTime_Skel) : orbsvcslib, orbsvcs_output, install, time, portableserver { sharedname = TAO_CosTime_Skel - dynamicflags = TAO_TIME_SKEL_BUILD_DLL + dynamicflags += TAO_TIME_SKEL_BUILD_DLL tagchecks += Time IDL_Files { @@ -77,7 +77,7 @@ project(CosTime_Skel) : orbsvcslib, orbsvcs_output, install, time, portableserve project(CosTime_Serv) : orbsvcslib, orbsvcs_output, install, time_skel, svc_utils { sharedname = TAO_CosTime_Serv - dynamicflags = TAO_TIME_SERV_BUILD_DLL + dynamicflags += TAO_TIME_SERV_BUILD_DLL tagchecks += Time IDL_Files { diff --git a/TAO/orbsvcs/orbsvcs/CosTrading.mpc b/TAO/orbsvcs/orbsvcs/CosTrading.mpc index 5910e033009..870470e0a30 100644 --- a/TAO/orbsvcs/orbsvcs/CosTrading.mpc +++ b/TAO/orbsvcs/orbsvcs/CosTrading.mpc @@ -15,7 +15,7 @@ project(CosTrading_IDL) : orbsvcslib, orbsvcs_output, install, tao_versioning_id project(CosTrading) : orbsvcslib, orbsvcs_output, install { sharedname = TAO_CosTrading - dynamicflags = TAO_TRADING_BUILD_DLL + dynamicflags += TAO_TRADING_BUILD_DLL tagchecks += Trader after += CosTrading_IDL @@ -57,7 +57,7 @@ project(CosTrading) : orbsvcslib, orbsvcs_output, install { project(CosTrading_Skel) : orbsvcslib, orbsvcs_output, install, trading, portableserver { sharedname = TAO_CosTrading_Skel - dynamicflags = TAO_TRADING_SKEL_BUILD_DLL + dynamicflags += TAO_TRADING_SKEL_BUILD_DLL tagchecks += Trader IDL_Files { @@ -93,7 +93,7 @@ project(CosTrading_Skel) : orbsvcslib, orbsvcs_output, install, trading, portabl project(CosTrading_Serv) : orbsvcslib, orbsvcs_output, install, trading_skel, dynamicany, svc_utils, utils, iortable { sharedname = TAO_CosTrading_Serv - dynamicflags = TAO_TRADING_SERV_BUILD_DLL + dynamicflags += TAO_TRADING_SERV_BUILD_DLL tagchecks += Trader pch_header = pch_source = diff --git a/TAO/orbsvcs/orbsvcs/DsEventLogAdmin.mpc b/TAO/orbsvcs/orbsvcs/DsEventLogAdmin.mpc index 437fc4d205d..7b0769e0dd6 100644 --- a/TAO/orbsvcs/orbsvcs/DsEventLogAdmin.mpc +++ b/TAO/orbsvcs/orbsvcs/DsEventLogAdmin.mpc @@ -12,7 +12,7 @@ project(DsEventLogAdmin_IDL) : orbsvcslib, orbsvcs_output, install, dslogadmin, project(DsEventLogAdmin) : orbsvcslib, orbsvcs_output, install, dslogadmin, event { sharedname = TAO_DsEventLogAdmin - dynamicflags = TAO_EVENTLOG_BUILD_DLL + dynamicflags += TAO_EVENTLOG_BUILD_DLL tagchecks += EventLog after += DsEventLogAdmin_IDL @@ -47,7 +47,7 @@ project(DsEventLogAdmin) : orbsvcslib, orbsvcs_output, install, dslogadmin, even project(DsEventLogAdmin_Skel) : orbsvcslib, orbsvcs_output, install, dseventlogadmin, dslogadmin_skel, event_skel, portableserver { sharedname = TAO_DsEventLogAdmin_Skel - dynamicflags = TAO_EVENTLOG_SKEL_BUILD_DLL + dynamicflags += TAO_EVENTLOG_SKEL_BUILD_DLL tagchecks += EventLog IDL_Files { @@ -76,7 +76,7 @@ project(DsEventLogAdmin_Skel) : orbsvcslib, orbsvcs_output, install, dseventloga project(DsEventLogAdmin_Serv) : orbsvcslib, orbsvcs_output, install, dseventlogadmin_skel, dslogadmin_serv, event_serv { sharedname = TAO_DsEventLogAdmin_Serv - dynamicflags = TAO_EVENTLOG_SERV_BUILD_DLL + dynamicflags += TAO_EVENTLOG_SERV_BUILD_DLL tagchecks += EventLog IDL_Files { diff --git a/TAO/orbsvcs/orbsvcs/DsLogAdmin.mpc b/TAO/orbsvcs/orbsvcs/DsLogAdmin.mpc index 4728b366110..aeaa96fab09 100644 --- a/TAO/orbsvcs/orbsvcs/DsLogAdmin.mpc +++ b/TAO/orbsvcs/orbsvcs/DsLogAdmin.mpc @@ -13,7 +13,7 @@ project(DsLogAdmin_IDL) : orbsvcslib, orbsvcs_output, install, tao_versioning_id project(DsLogAdmin) : orbsvcslib, orbsvcs_output, install { sharedname = TAO_DsLogAdmin - dynamicflags = TAO_LOG_BUILD_DLL + dynamicflags += TAO_LOG_BUILD_DLL tagchecks += Log after += DsLogAdmin_IDL @@ -52,7 +52,7 @@ project(DsLogAdmin) : orbsvcslib, orbsvcs_output, install { project(DsLogAdmin_Skel) : orbsvcslib, orbsvcs_output, install, dslogadmin, portableserver { sharedname = TAO_DsLogAdmin_Skel - dynamicflags = TAO_LOG_SKEL_BUILD_DLL + dynamicflags += TAO_LOG_SKEL_BUILD_DLL tagchecks += Log IDL_Files { @@ -85,7 +85,7 @@ project(DsLogAdmin_Skel) : orbsvcslib, orbsvcs_output, install, dslogadmin, port project(DsLogAdmin_Serv) : orbsvcslib, orbsvcs_output, install, dslogadmin_skel, dynamicany, etcl, utils, svc_utils { sharedname = TAO_DsLogAdmin_Serv - dynamicflags = TAO_LOG_SERV_BUILD_DLL + dynamicflags += TAO_LOG_SERV_BUILD_DLL tagchecks += Log IDL_Files { diff --git a/TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc b/TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc index 06ace63e766..03174af7e38 100644 --- a/TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc +++ b/TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc @@ -12,7 +12,7 @@ project(DsNotifyLogAdmin_IDL) : orbsvcslib, orbsvcs_output, install, dslogadmin, project(DsNotifyLogAdmin) : orbsvcslib, orbsvcs_output, install, dslogadmin, dseventlogadmin, event, notification { sharedname = TAO_DsNotifyLogAdmin - dynamicflags = TAO_NOTIFYLOG_BUILD_DLL + dynamicflags += TAO_NOTIFYLOG_BUILD_DLL tagchecks += Log after += DsNotifyLogAdmin_IDL @@ -48,7 +48,7 @@ project(DsNotifyLogAdmin) : orbsvcslib, orbsvcs_output, install, dslogadmin, dse project(DsNotifyLogAdmin_Skel) : orbsvcslib, orbsvcs_output, install, dsnotifylogadmin, dseventlogadmin_skel, dslogadmin_skel, event_skel, notification_skel, portableserver { sharedname = TAO_DsNotifyLogAdmin_Skel - dynamicflags = TAO_NOTIFYLOG_SKEL_BUILD_DLL + dynamicflags += TAO_NOTIFYLOG_SKEL_BUILD_DLL tagchecks += Log IDL_Files { @@ -78,7 +78,7 @@ project(DsNotifyLogAdmin_Skel) : orbsvcslib, orbsvcs_output, install, dsnotifylo project(DsNotifyLogAdmin_Serv) : orbsvcslib, orbsvcs_output, install, dsnotifylogadmin_skel, dslogadmin_serv { sharedname = TAO_DsNotifyLogAdmin_Serv - dynamicflags = TAO_NOTIFYLOG_SERV_BUILD_DLL + dynamicflags += TAO_NOTIFYLOG_SERV_BUILD_DLL tagchecks += Log IDL_Files { diff --git a/TAO/orbsvcs/orbsvcs/FTORB.mpc b/TAO/orbsvcs/orbsvcs/FTORB.mpc index 8d80d621538..4ee089a9923 100644 --- a/TAO/orbsvcs/orbsvcs/FTORB.mpc +++ b/TAO/orbsvcs/orbsvcs/FTORB.mpc @@ -4,7 +4,7 @@ project(FTORB_Utils) : orbsvcslib, orbsvcs_output, install, iormanip, portableserver, portablegroup, avoids_minimum_corba, tao_versioning_idl_defaults { sharedname = TAO_FTORB_Utils idlflags += -Wb,skel_export_include=tao/PortableServer/PolicyS.h - dynamicflags = TAO_FT_ORB_UTILS_BUILD_DLL + dynamicflags += TAO_FT_ORB_UTILS_BUILD_DLL tagchecks += FTORB_Utils IDL_Files { @@ -32,7 +32,7 @@ project(FTORB_Utils) : orbsvcslib, orbsvcs_output, install, iormanip, portablese project(FT_ClientORB) : orbsvcslib, orbsvcs_output, ftorbutils, install, messaging, portablegroup, interceptors { avoids += ace_for_tao // Requires ace/UUID sharedname = TAO_FT_ClientORB - dynamicflags = TAO_FT_CLIENTORB_BUILD_DLL + dynamicflags += TAO_FT_CLIENTORB_BUILD_DLL tagchecks += FT_ClientORB libs += TAO_FTORB_Utils requires += ace_uuid @@ -67,7 +67,7 @@ project(FT_ClientORB) : orbsvcslib, orbsvcs_output, ftorbutils, install, messagi project(FT_ServerORB) : orbsvcslib, orbsvcs_output, ftorbutils, install, messaging, portablegroup, pi_server, pi, interceptors { sharedname = TAO_FT_ServerORB - dynamicflags = TAO_FT_SERVERORB_BUILD_DLL + dynamicflags += TAO_FT_SERVERORB_BUILD_DLL tagchecks += FT_ServerORB libs += TAO_FTORB_Utils diff --git a/TAO/orbsvcs/orbsvcs/FaultTolerance.mpc b/TAO/orbsvcs/orbsvcs/FaultTolerance.mpc index 3caa45d44b6..3aac23ca003 100644 --- a/TAO/orbsvcs/orbsvcs/FaultTolerance.mpc +++ b/TAO/orbsvcs/orbsvcs/FaultTolerance.mpc @@ -4,7 +4,7 @@ project(FaultTolerance): orbsvcslib, orbsvcs_output, install, pi, pi_server, notification, ftorb, portablegroup, avoids_minimum_corba, tao_versioning_idl_defaults { sharedname = TAO_FaultTolerance idlflags += -Wb,export_macro=TAO_FT_Export -Wb,export_include=orbsvcs/FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h - dynamicflags = TAO_FT_BUILD_DLL + dynamicflags += TAO_FT_BUILD_DLL tagchecks += FaultTolerance IDL_Files { diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent.mpc b/TAO/orbsvcs/orbsvcs/FtRtEvent.mpc index 44b9aca38f2..5715ac980a6 100644 --- a/TAO/orbsvcs/orbsvcs/FtRtEvent.mpc +++ b/TAO/orbsvcs/orbsvcs/FtRtEvent.mpc @@ -4,7 +4,7 @@ project (FtRtEvent) : orbsvcslib, orbsvcs_output, install, ftorbutils, rtevent_serv, naming, avoids_minimum_corba, pi_server, tao_versioning_idl_defaults { sharedname = TAO_FtRtEvent idlflags += -Wb,export_macro=TAO_FtRtEvent_Export -Wb,export_include=orbsvcs/FtRtEvent/Utils/ftrtevent_export.h - dynamicflags = TAO_FTRTEVENT_BUILD_DLL + dynamicflags += TAO_FTRTEVENT_BUILD_DLL tagchecks += FtRtEvent IDL_Files { @@ -42,7 +42,7 @@ project (FtRtEvent) : orbsvcslib, orbsvcs_output, install, ftorbutils, rtevent_s project (FTRT_ClientORB) : messaging, orbsvcslib, orbsvcs_output, pi, install { sharedname = TAO_FTRT_ClientORB - dynamicflags = TAO_FTRT_BUILD_DLL + dynamicflags += TAO_FTRT_BUILD_DLL tagchecks += FTRT_ClientORB IDL_Files { @@ -67,7 +67,7 @@ project (FTRT_ClientORB) : messaging, orbsvcslib, orbsvcs_output, pi, install { project (FTRT_EventChannel) : orbsvcslib, orbsvcs_output, install, ftrtevent, rtevent_serv, utils, pi_server, corba_messaging { sharedname = TAO_FTRT_EventChannel - dynamicflags = TAO_FTRTEC_BUILD_DLL + dynamicflags += TAO_FTRTEC_BUILD_DLL tagchecks += FTRT_EventChannel after += FTORB_Utils diff --git a/TAO/orbsvcs/orbsvcs/HTIOP.mpc b/TAO/orbsvcs/orbsvcs/HTIOP.mpc index 5c9bb83731f..5466dcabfc1 100644 --- a/TAO/orbsvcs/orbsvcs/HTIOP.mpc +++ b/TAO/orbsvcs/orbsvcs/HTIOP.mpc @@ -5,7 +5,7 @@ project : htbp, orbsvcslib, orbsvcs_output, install, tao_versioning_idl_defaults { sharedname = TAO_HTIOP idlflags += -Wb,export_macro=HTIOP_Export -Wb,export_include=orbsvcs/HTIOP/HTIOP_Export.h -SS - dynamicflags = HTIOP_BUILD_DLL + dynamicflags += HTIOP_BUILD_DLL tagchecks += HTIOP pch_header = pch_source = diff --git a/TAO/orbsvcs/orbsvcs/IFRService.mpc b/TAO/orbsvcs/orbsvcs/IFRService.mpc index a0ac6aca3af..2ebe8e6cdf2 100644 --- a/TAO/orbsvcs/orbsvcs/IFRService.mpc +++ b/TAO/orbsvcs/orbsvcs/IFRService.mpc @@ -4,7 +4,7 @@ project(IFRService) : orbsvcslib, orbsvcs_output, install, typecodefactory, svc_utils, iortable { avoids += ace_for_tao uses_wchar // Requires ace/Configuration sharedname = TAO_IFRService - dynamicflags = TAO_IFRSERVICE_BUILD_DLL + dynamicflags += TAO_IFRSERVICE_BUILD_DLL tagchecks += IFRService IDL_Files { diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup.mpc b/TAO/orbsvcs/orbsvcs/PortableGroup.mpc index 3744f874736..b8c6584a988 100644 --- a/TAO/orbsvcs/orbsvcs/PortableGroup.mpc +++ b/TAO/orbsvcs/orbsvcs/PortableGroup.mpc @@ -5,7 +5,7 @@ project(PortableGroup) : orbsvcslib, orbsvcs_output, install, naming, iormanip, sharedname = TAO_PortableGroup idlflags += -Wb,export_macro=TAO_PortableGroup_Export \ -Wb,export_include=orbsvcs/PortableGroup/portablegroup_export.h - dynamicflags = TAO_PORTABLEGROUP_BUILD_DLL + dynamicflags += TAO_PORTABLEGROUP_BUILD_DLL tagchecks += PortableGroup IDL_Files { diff --git a/TAO/orbsvcs/orbsvcs/RTCORBAEvent.mpc b/TAO/orbsvcs/orbsvcs/RTCORBAEvent.mpc index ca923aaf4c7..c6b69d03d16 100644 --- a/TAO/orbsvcs/orbsvcs/RTCORBAEvent.mpc +++ b/TAO/orbsvcs/orbsvcs/RTCORBAEvent.mpc @@ -3,7 +3,7 @@ project(RTCORBAEvent) : orbsvcslib, orbsvcs_output, install, rtevent_serv, rtportableserver { sharedname = TAO_RTCORBAEvent - dynamicflags = TAO_RTCORBAEVENT_BUILD_DLL + dynamicflags += TAO_RTCORBAEVENT_BUILD_DLL tagchecks += RTCORBAEvent IDL_Files { diff --git a/TAO/orbsvcs/orbsvcs/RTEvent.mpc b/TAO/orbsvcs/orbsvcs/RTEvent.mpc index 322f292bbe0..170b7970027 100644 --- a/TAO/orbsvcs/orbsvcs/RTEvent.mpc +++ b/TAO/orbsvcs/orbsvcs/RTEvent.mpc @@ -4,7 +4,7 @@ project(RTEvent) : orbsvcslib, orbsvcs_output, install, svc_utils, tao_versioning_idl_defaults { sharedname = TAO_RTEvent idlflags += -GT -Wb,stub_export_macro=TAO_RTEvent_Export -Wb,stub_export_include=orbsvcs/Event/event_export.h -Wb,skel_export_macro=TAO_RTEvent_Skel_Export -Wb,skel_export_include=orbsvcs/Event/event_skel_export.h - dynamicflags = TAO_RTEVENT_BUILD_DLL + dynamicflags += TAO_RTEVENT_BUILD_DLL tagchecks += RTEvent IDL_Files { diff --git a/TAO/orbsvcs/orbsvcs/RTEventLogAdmin.mpc b/TAO/orbsvcs/orbsvcs/RTEventLogAdmin.mpc index 54dd0f4c76a..ac0f8b9fbb3 100644 --- a/TAO/orbsvcs/orbsvcs/RTEventLogAdmin.mpc +++ b/TAO/orbsvcs/orbsvcs/RTEventLogAdmin.mpc @@ -12,7 +12,7 @@ project(RTEventLogAdmin_IDL) : orbsvcslib, orbsvcs_output, install, dslogadmin, project(RTEventLogAdmin) : orbsvcslib, orbsvcs_output, install, dslogadmin, rtevent { sharedname = TAO_RTEventLogAdmin - dynamicflags = TAO_RTEVENTLOG_BUILD_DLL + dynamicflags += TAO_RTEVENTLOG_BUILD_DLL tagchecks += RTEventLog after += RTEventLogAdmin_IDL @@ -46,7 +46,7 @@ project(RTEventLogAdmin) : orbsvcslib, orbsvcs_output, install, dslogadmin, rtev project(RTEventLogAdmin_Skel) : orbsvcslib, orbsvcs_output, install, rteventlogadmin, dslogadmin_skel, rtevent_skel, portableserver { sharedname = TAO_RTEventLogAdmin_Skel - dynamicflags = TAO_RTEVENTLOG_SKEL_BUILD_DLL + dynamicflags += TAO_RTEVENTLOG_SKEL_BUILD_DLL tagchecks += RTEventLog IDL_Files { @@ -75,7 +75,7 @@ project(RTEventLogAdmin_Skel) : orbsvcslib, orbsvcs_output, install, rteventloga project(RTEventLogAdmin_Serv) : orbsvcslib, orbsvcs_output, install, rteventlogadmin_skel, dslogadmin_serv, rtevent_serv, rtsched { sharedname = TAO_RTEventLogAdmin_Serv - dynamicflags = TAO_RTEVENTLOG_SERV_BUILD_DLL + dynamicflags += TAO_RTEVENTLOG_SERV_BUILD_DLL tagchecks += RTEventLog IDL_Files { diff --git a/TAO/orbsvcs/orbsvcs/RTEvent_Serv.mpc b/TAO/orbsvcs/orbsvcs/RTEvent_Serv.mpc index fc2f36058d0..a7031f0c0de 100644 --- a/TAO/orbsvcs/orbsvcs/RTEvent_Serv.mpc +++ b/TAO/orbsvcs/orbsvcs/RTEvent_Serv.mpc @@ -4,7 +4,7 @@ project(RTEvent_Serv) : orbsvcslib, orbsvcs_output, install, rtevent_skel, svc_utils, messaging { avoids += ace_for_tao // Requires ACE_crc32 sharedname = TAO_RTEvent_Serv - dynamicflags = TAO_RTEVENT_SERV_BUILD_DLL + dynamicflags += TAO_RTEVENT_SERV_BUILD_DLL tagchecks += RTEvent IDL_Files { diff --git a/TAO/orbsvcs/orbsvcs/RTEvent_Skel.mpc b/TAO/orbsvcs/orbsvcs/RTEvent_Skel.mpc index ce84779887b..e2fa2a25037 100644 --- a/TAO/orbsvcs/orbsvcs/RTEvent_Skel.mpc +++ b/TAO/orbsvcs/orbsvcs/RTEvent_Skel.mpc @@ -3,7 +3,7 @@ project(RTEvent_Skel) : orbsvcslib, orbsvcs_output, install, rtevent, portableserver { sharedname = TAO_RTEvent_Skel - dynamicflags = TAO_RTEVENT_SKEL_BUILD_DLL + dynamicflags += TAO_RTEVENT_SKEL_BUILD_DLL tagchecks += RTEvent IDL_Files { diff --git a/TAO/orbsvcs/orbsvcs/RTKokyuEvent.mpc b/TAO/orbsvcs/orbsvcs/RTKokyuEvent.mpc index e99e51ba846..799823b6ce9 100644 --- a/TAO/orbsvcs/orbsvcs/RTKokyuEvent.mpc +++ b/TAO/orbsvcs/orbsvcs/RTKokyuEvent.mpc @@ -3,7 +3,7 @@ project(RTKokyuEvent) : orbsvcslib, orbsvcs_output, install, rtevent_serv, rtsched, kokyu { sharedname = TAO_RTKokyuEvent - dynamicflags = TAO_RTKOKYUEVENT_BUILD_DLL + dynamicflags += TAO_RTKOKYUEVENT_BUILD_DLL tagchecks += RTKokyuEvent IDL_Files { diff --git a/TAO/orbsvcs/orbsvcs/RTSched.mpc b/TAO/orbsvcs/orbsvcs/RTSched.mpc index 115e6fe3fa0..7020e3ce481 100644 --- a/TAO/orbsvcs/orbsvcs/RTSched.mpc +++ b/TAO/orbsvcs/orbsvcs/RTSched.mpc @@ -4,7 +4,7 @@ project(RTSched) : orbsvcslib, orbsvcs_output, install, naming, portableserver, svc_utils, tao_versioning_idl_defaults { sharedname = TAO_RTSched idlflags += -Wb,export_macro=TAO_RTSched_Export -Wb,export_include=orbsvcs/Sched/sched_export.h - dynamicflags = TAO_RTSCHED_BUILD_DLL + dynamicflags += TAO_RTSCHED_BUILD_DLL tagchecks += Sched IDL_Files { diff --git a/TAO/orbsvcs/orbsvcs/RTSchedEvent.mpc b/TAO/orbsvcs/orbsvcs/RTSchedEvent.mpc index 14b7446e2ea..eae25696612 100644 --- a/TAO/orbsvcs/orbsvcs/RTSchedEvent.mpc +++ b/TAO/orbsvcs/orbsvcs/RTSchedEvent.mpc @@ -3,7 +3,7 @@ project(RTSchedEvent) : orbsvcslib, orbsvcs_output, install, rtevent_serv, rtsched { sharedname = TAO_RTSchedEvent - dynamicflags = TAO_RTSCHEDEVENT_BUILD_DLL + dynamicflags += TAO_RTSCHEDEVENT_BUILD_DLL tagchecks += RTSchedEvent IDL_Files { diff --git a/TAO/orbsvcs/orbsvcs/RT_Notification.mpc b/TAO/orbsvcs/orbsvcs/RT_Notification.mpc index e820cb5ac9e..62da7d7d9bb 100644 --- a/TAO/orbsvcs/orbsvcs/RT_Notification.mpc +++ b/TAO/orbsvcs/orbsvcs/RT_Notification.mpc @@ -4,7 +4,7 @@ project(RT_Notification) : orbsvcslib, orbsvcs_output, install, rtcorba, notification_serv, tao_versioning_idl_defaults { sharedname = TAO_RT_Notification idlflags += -Wb,export_macro=TAO_RT_Notify_Export -Wb,export_include=orbsvcs/Notify/rt_notify_export.h - dynamicflags = TAO_RT_NOTIFY_BUILD_DLL + dynamicflags += TAO_RT_NOTIFY_BUILD_DLL tagchecks += RT_Notify // The using in the TAO_MC_Default_Factory class is apparently ignored by diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP.mpc b/TAO/orbsvcs/orbsvcs/SSLIOP.mpc index a8495df50d6..3c938a4448f 100644 --- a/TAO/orbsvcs/orbsvcs/SSLIOP.mpc +++ b/TAO/orbsvcs/orbsvcs/SSLIOP.mpc @@ -5,7 +5,7 @@ project(SSLIOP) : orbsvcslib, orbsvcs_output, install, security, ssl, pi_server, interceptors, tao_versioning_idl_defaults, ssliop_params_dup { sharedname = TAO_SSLIOP idlflags += -Wb,export_macro=TAO_SSLIOP_Export -Wb,export_include=orbsvcs/SSLIOP/SSLIOP_Export.h -SS - dynamicflags = TAO_SSLIOP_BUILD_DLL + dynamicflags += TAO_SSLIOP_BUILD_DLL tagchecks += SSLIOP pch_header = pch_source = diff --git a/TAO/orbsvcs/orbsvcs/Security.mpc b/TAO/orbsvcs/orbsvcs/Security.mpc index 07382107092..731be11f92a 100644 --- a/TAO/orbsvcs/orbsvcs/Security.mpc +++ b/TAO/orbsvcs/orbsvcs/Security.mpc @@ -4,7 +4,7 @@ project(Security) : orbsvcslib, orbsvcs_output, corba_messaging, install, portableserver, pi, interceptors, valuetype, tao_versioning_idl_defaults { sharedname = TAO_Security idlflags += -Wb,export_macro=TAO_Security_Export -Wb,export_include=orbsvcs/Security/security_export.h - dynamicflags = TAO_SECURITY_BUILD_DLL + dynamicflags += TAO_SECURITY_BUILD_DLL tagchecks += Security IDL_Files { diff --git a/TAO/orbsvcs/orbsvcs/Svc_Utils.mpc b/TAO/orbsvcs/orbsvcs/Svc_Utils.mpc index 683bd746e79..a0dc2ef0702 100644 --- a/TAO/orbsvcs/orbsvcs/Svc_Utils.mpc +++ b/TAO/orbsvcs/orbsvcs/Svc_Utils.mpc @@ -4,7 +4,7 @@ project(Svc_Utils) : orbsvcslib, orbsvcs_output, install, portableserver, tao_versioning_idl_defaults { sharedname = TAO_Svc_Utils idlflags += -Wb,export_macro=TAO_Svc_Utils_Export -Wb,export_include=orbsvcs/svc_utils_export.h - dynamicflags = TAO_SVC_UTILS_BUILD_DLL + dynamicflags += TAO_SVC_UTILS_BUILD_DLL IDL_Files { TimeBase.idl diff --git a/TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/AVS_Pluggable_Flow_Protocol.mpc b/TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/AVS_Pluggable_Flow_Protocol.mpc index 71dc6fc745f..35695e3c38d 100644 --- a/TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/AVS_Pluggable_Flow_Protocol.mpc +++ b/TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/AVS_Pluggable_Flow_Protocol.mpc @@ -3,7 +3,7 @@ project(*ts) : orbsvcslib, portableserver, avstreams, naming { sharedname = TAO_TS - dynamicflags = TAO_TS_BUILD_DLL + dynamicflags += TAO_TS_BUILD_DLL Source_Files { TimeStamp.cpp diff --git a/TAO/orbsvcs/tests/CosEvent/lib/CosEvent_lib.mpc b/TAO/orbsvcs/tests/CosEvent/lib/CosEvent_lib.mpc index 8ac7b79bce9..4141fc73a6e 100644 --- a/TAO/orbsvcs/tests/CosEvent/lib/CosEvent_lib.mpc +++ b/TAO/orbsvcs/tests/CosEvent/lib/CosEvent_lib.mpc @@ -3,7 +3,7 @@ project(CosEvent Test Lib): orbsvcslib, event_skel, svc_utils, iortable, portableserver { sharedname = CECTests - dynamicflags = CEC_TEST_BUILD_DLL + dynamicflags += CEC_TEST_BUILD_DLL Header_Files { cectest_export.h } diff --git a/TAO/orbsvcs/tests/Event/lib/Event_lib.mpc b/TAO/orbsvcs/tests/Event/lib/Event_lib.mpc index 1e3ca37f7fb..4f3a25927b2 100644 --- a/TAO/orbsvcs/tests/Event/lib/Event_lib.mpc +++ b/TAO/orbsvcs/tests/Event/lib/Event_lib.mpc @@ -3,7 +3,7 @@ project(Event_Test_Lib): rtevent_serv, naming { sharedname = ECTests - dynamicflags = EC_TEST_BUILD_DLL + dynamicflags += EC_TEST_BUILD_DLL Header_Files { ectest_export.h } diff --git a/TAO/orbsvcs/tests/Notify/PluggableTopology/PlugTop.mpc b/TAO/orbsvcs/tests/Notify/PluggableTopology/PlugTop.mpc index 80c79319c21..3b3f667954f 100644 --- a/TAO/orbsvcs/tests/Notify/PluggableTopology/PlugTop.mpc +++ b/TAO/orbsvcs/tests/Notify/PluggableTopology/PlugTop.mpc @@ -2,7 +2,7 @@ project(*lib): orbsvcslib, notify_serv { sharedname = NotifyPlugTop - dynamicflags = PLUGTOP_BUILD_DLL + dynamicflags += PLUGTOP_BUILD_DLL source_files { Test_Saver.cpp Test_Topology_Factory.cpp diff --git a/TAO/orbsvcs/tests/Notify/lib/Notify_lib.mpc b/TAO/orbsvcs/tests/Notify/lib/Notify_lib.mpc index 293ba3bed29..722f4833396 100644 --- a/TAO/orbsvcs/tests/Notify/lib/Notify_lib.mpc +++ b/TAO/orbsvcs/tests/Notify/lib/Notify_lib.mpc @@ -3,6 +3,6 @@ project(NotifyTests_Lib): orbsvcslib, notification_skel, notify_serv, naming, svc_utils { sharedname = TAO_NotifyTests - dynamicflags = TAO_NOTIFY_TEST_BUILD_DLL + dynamicflags += TAO_NOTIFY_TEST_BUILD_DLL } diff --git a/TAO/orbsvcs/tests/Trading/Trading.mpc b/TAO/orbsvcs/tests/Trading/Trading.mpc index e29aee69743..6804b173ad0 100644 --- a/TAO/orbsvcs/tests/Trading/Trading.mpc +++ b/TAO/orbsvcs/tests/Trading/Trading.mpc @@ -4,7 +4,7 @@ project(*Test Lib): orbsvcslib, trading_serv, naming, utils, pi, codecfactory { sharedname = TTest idlflags += -I..\..\.. -I..\..\..\orbsvcs -Wb,export_macro=TAO_TTest_Export -Wb,export_include=ttest_export.h - dynamicflags = TAO_TTEST_BUILD_DLL + dynamicflags += TAO_TTEST_BUILD_DLL Source_Files { TT_Info.cpp |