summaryrefslogtreecommitdiff
path: root/TAO/examples/Load_Balancing/Load_Balancing.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Load_Balancing/Load_Balancing.mpc')
-rw-r--r--TAO/examples/Load_Balancing/Load_Balancing.mpc25
1 files changed, 8 insertions, 17 deletions
diff --git a/TAO/examples/Load_Balancing/Load_Balancing.mpc b/TAO/examples/Load_Balancing/Load_Balancing.mpc
index e636694850c..736a82ad8ed 100644
--- a/TAO/examples/Load_Balancing/Load_Balancing.mpc
+++ b/TAO/examples/Load_Balancing/Load_Balancing.mpc
@@ -1,19 +1,12 @@
// -*- MPC -*-
// $Id$
-project(*IDL): taoidldefaults {
- IDL_Files {
- Identity.idl
- Load_Balancer.idl
- }
- custom_only = 1
-}
-
-project(*Server): taoserver, utils {
+project(*server): taoserver, utils {
avoids += repo
- after += *IDL
IDL_Files {
+ Identity.idl
+ Load_Balancer.idl
}
Source_Files {
@@ -27,12 +20,10 @@ project(*Server): taoserver, utils {
project(*Client): taoclient, utils, portableserver {
avoids += repo
- after += *IDL
-
- // XXX is this dependency necessary?
- after += *Server
IDL_Files {
+ Identity.idl
+ Load_Balancer.idl
}
Source_Files {
@@ -42,12 +33,12 @@ project(*Client): taoclient, utils, portableserver {
}
}
-project(*Balancer): taoserver, utils {
+project(*Balancer): taoexe, utils, portableserver {
exename = load_balancer
- avoids += repo ace_for_tao
- after += *IDL
+ avoids += repo
IDL_Files {
+ Load_Balancer.idl
}
Source_Files {