summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Forwarding/POA_Forwarding.mpc
blob: eca657f0eee96272473d6a95cbab4b0cfa9f6f29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
  }
}