summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/TIE/POA_TIE.mpc
blob: e921c19724ae480f1a535dc09882e751bd023339 (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
    testC.cpp
  }
}

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