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

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

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