summaryrefslogtreecommitdiff
path: root/TAO/examples/Quoter/Quoter.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Quoter/Quoter.mpc')
-rw-r--r--TAO/examples/Quoter/Quoter.mpc12
1 files changed, 8 insertions, 4 deletions
diff --git a/TAO/examples/Quoter/Quoter.mpc b/TAO/examples/Quoter/Quoter.mpc
index f972a2040d5..c48f1565830 100644
--- a/TAO/examples/Quoter/Quoter.mpc
+++ b/TAO/examples/Quoter/Quoter.mpc
@@ -4,7 +4,8 @@
// todo : Once MPC is used for everything, we should consider
// removing the includes += lines below, and updating
// the source code instead.
-project(*server): namingexe, lifecycle, minimum_corba {
+project(*server): namingexe, lifecycle {
+ avoids += minimum_corba
idlflags += -I../../orbsvcs/orbsvcs
includes += ../../orbsvcs/orbsvcs
Source_Files {
@@ -13,7 +14,8 @@ project(*server): namingexe, lifecycle, minimum_corba {
}
}
-project(*client): namingexe, lifecycle, minimum_corba {
+project(*client): namingexe, lifecycle {
+ avoids += minimum_corba
idlflags += -I../../orbsvcs/orbsvcs
includes += ../../orbsvcs/orbsvcs
Source_Files {
@@ -21,7 +23,8 @@ project(*client): namingexe, lifecycle, minimum_corba {
}
}
-project(*Factory Finder): namingexe, lifecycle, minimum_corba {
+project(*Factory Finder): namingexe, lifecycle {
+ avoids += minimum_corba
idlflags += -I../../orbsvcs/orbsvcs
includes += ../../orbsvcs/orbsvcs
Source_Files {
@@ -30,7 +33,8 @@ project(*Factory Finder): namingexe, lifecycle, minimum_corba {
}
}
-project(*Generic Factory): namingexe, lifecycle, minimum_corba {
+project(*Generic Factory): namingexe, lifecycle {
+ avoids += minimum_corba
idlflags += -I../../orbsvcs/orbsvcs
includes += ../../orbsvcs/orbsvcs
Source_Files {