summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Forwarding/POA_Forwarding.mpc
blob: e8b340681669edf5fac5c24a229f78789fe9c7cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// -*- MPC -*-
// $Id$

project(*Client) : taoexe, portableserver {
  avoids += minimum_corba
  source_files {
    client.cpp
  }
}

project(*Server) : taoexe, portableserver {
  avoids += minimum_corba
  source_files {
    test_i.cpp
    server.cpp
    Servant_Activator.cpp
  }
}