summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Forwarding/POA_Forwarding.mpc
blob: 0abc3de7a4d98623cf8931117525335f721b1417 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
project(*Client) : taoexe, portableserver {
  avoids += minimum_corba
  source_files {
    client.cpp
  }
}

project(*Server) : taoexe, portableserver {
  avoids += minimum_corba
  includes += ../Generic_Servant
  libs += Generic_Servant
  after += POA_Generic_Servant_Lib
  source_files {
    test_i.cpp
    server.cpp
    Servant_Activator.cpp
  }
}