summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-12-20 09:31:59 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-12-20 09:31:59 +0000
commit9db186ade4825a126b40495b3bfd0014c4a912cc (patch)
treee497deedbeceea1b571cb4ce7426d49b3a47a8e7 /TAO/orbsvcs
parent924d3e90d19d5625d1858a5e2d7723abbddbebf2 (diff)
downloadATCD-9db186ade4825a126b40495b3bfd0014c4a912cc.tar.gz
Wed Dec 20 09:31:00 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/examples/ImR/Combined_Service/ImR_Combined_Service.mpc2
-rw-r--r--TAO/orbsvcs/tests/HTIOP/BiDirectional/HTIOP_BiDirectional.mpc2
-rw-r--r--TAO/orbsvcs/tests/Security/BiDirectional/Secure_BiDir.mpc2
3 files changed, 3 insertions, 3 deletions
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 7c0ea0918b2..0baee887ae0 100644
--- a/TAO/orbsvcs/examples/ImR/Combined_Service/ImR_Combined_Service.mpc
+++ b/TAO/orbsvcs/examples/ImR/Combined_Service/ImR_Combined_Service.mpc
@@ -60,7 +60,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 {
+project(*DynamicServer) : taolib, portableserver, iortable, avoids_corba_e_micro {
dynamicflags = DYNSERVER_BUILD_DLL
sharedname = DynServer
after += *IDL
diff --git a/TAO/orbsvcs/tests/HTIOP/BiDirectional/HTIOP_BiDirectional.mpc b/TAO/orbsvcs/tests/HTIOP/BiDirectional/HTIOP_BiDirectional.mpc
index 5a013fb98ed..9709574bc7e 100644
--- a/TAO/orbsvcs/tests/HTIOP/BiDirectional/HTIOP_BiDirectional.mpc
+++ b/TAO/orbsvcs/tests/HTIOP/BiDirectional/HTIOP_BiDirectional.mpc
@@ -10,7 +10,7 @@ project(*idl): taoidldefaults {
custom_only = 1
}
-project(*Server): taoexe, portableserver, bidir_giop {
+project(*Server): taoexe, portableserver, bidir_giop, avoids_corba_e_micro {
after += *idl
Source_Files {
testC.cpp
diff --git a/TAO/orbsvcs/tests/Security/BiDirectional/Secure_BiDir.mpc b/TAO/orbsvcs/tests/Security/BiDirectional/Secure_BiDir.mpc
index 06aaa26b7d7..9481d3d8af2 100644
--- a/TAO/orbsvcs/tests/Security/BiDirectional/Secure_BiDir.mpc
+++ b/TAO/orbsvcs/tests/Security/BiDirectional/Secure_BiDir.mpc
@@ -20,7 +20,7 @@ project(*SSL Server): taoexe, portableserver, avoids_minimum_corba, bidir_giop,
}
}
-project(*SSL Client): taoexe, portableserver, avoids_minimum_corba, bidir_giop {
+project(*SSL Client): taoexe, portableserver, avoids_minimum_corba, bidir_giop, avoids_corba_e_micro {
after += *idl
Source_Files {
test_i.cpp